fix ci
This commit is contained in:
parent
fa59b31abe
commit
ed3b19fd3b
9
.github/workflows/cache.yml
vendored
9
.github/workflows/cache.yml
vendored
@ -39,10 +39,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export TMPDIR=$(pwd)/build/tmp
|
export TMPDIR=$(pwd)/build/tmp
|
||||||
mkdir -p $TMPDIR
|
mkdir -p $TMPDIR
|
||||||
nix build --store $(pwd)/build -L .#ivpn-ui
|
echo 'Build host-workstation'
|
||||||
# echo 'Build host-workstation'
|
nix build --out-link result-workstation --store $(pwd)/build .#host-workstation
|
||||||
# nix build --out-link result-workstation --store $(pwd)/build .#host-workstation
|
echo 'Build host-hypervisor'
|
||||||
# echo 'Build host-hypervisor'
|
nix build --out-link result-hypervisor --store $(pwd)/build .#host-hypervisor
|
||||||
# nix build --out-link result-hypervisor --store $(pwd)/build .#host-hypervisor
|
|
||||||
- name: Push to cache
|
- name: Push to cache
|
||||||
run: nix develop .#ci -c attic push ataraxiadev ./result*
|
run: nix develop .#ci -c attic push ataraxiadev ./result*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user