forked from pub-solar/os
Revert "Use drone host volume for /nix/store to
speed up build times"
This reverts commit ae8f39b89a
.
This commit is contained in:
parent
741c0863ed
commit
af96a74b95
22
.drone.yml
22
.drone.yml
|
@ -95,9 +95,6 @@ name: Check
|
||||||
steps:
|
steps:
|
||||||
- name: "Check"
|
- name: "Check"
|
||||||
image: docker.nix-community.org/nixpkgs/nix-flakes:latest
|
image: docker.nix-community.org/nixpkgs/nix-flakes:latest
|
||||||
volumes:
|
|
||||||
- name: nix-store-cache
|
|
||||||
path: /nix/store
|
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
@ -108,11 +105,6 @@ steps:
|
||||||
- nix -Lv develop -c echo OK
|
- nix -Lv develop -c echo OK
|
||||||
- nix -Lv develop --command bud --help
|
- nix -Lv develop --command bud --help
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: nix-store-cache
|
|
||||||
host:
|
|
||||||
path: "/var/nix/build-store"
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
@ -122,10 +114,8 @@ steps:
|
||||||
- name: "Build ISO"
|
- name: "Build ISO"
|
||||||
image: docker.nix-community.org/nixpkgs/nix-flakes:latest
|
image: docker.nix-community.org/nixpkgs/nix-flakes:latest
|
||||||
volumes:
|
volumes:
|
||||||
- name: file-exchange
|
- name: nix-store
|
||||||
path: /var/nix/iso-cache
|
path: /var/nix/iso-cache
|
||||||
- name: nix-store-cache
|
|
||||||
path: /nix/store
|
|
||||||
commands:
|
commands:
|
||||||
- nix -Lv develop --command bud build bootstrap bootstrapIso
|
- nix -Lv develop --command bud build bootstrap bootstrapIso
|
||||||
- cp $(readlink -f result)/iso/*.iso /var/nix/iso-cache/
|
- cp $(readlink -f result)/iso/*.iso /var/nix/iso-cache/
|
||||||
|
@ -133,7 +123,7 @@ steps:
|
||||||
- name: "Publish ISO"
|
- name: "Publish ISO"
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
volumes:
|
volumes:
|
||||||
- name: file-exchange
|
- name: nix-store
|
||||||
path: /var/nix/iso-cache
|
path: /var/nix/iso-cache
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
|
@ -157,14 +147,12 @@ trigger:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: file-exchange
|
- name: nix-store
|
||||||
temp: {}
|
|
||||||
- name: nix-store-cache
|
|
||||||
host:
|
host:
|
||||||
path: "/var/nix/build-store"
|
path: "/var/nix/iso-cache"
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: e7e602f8b3b21bbc0644dbd285c6d87b3dc5644437c8c693c92ced17de094bab
|
hmac: 07b8c6165ef4d12754e43839d87d6a68d98436d3c5f8fbb6fee91c628211c1e7
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue