We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e5d02 commit 9348641Copy full SHA for 9348641
1 file changed
.github/workflows/next.yaml
@@ -53,6 +53,7 @@ jobs:
53
sudo determinate-nixd upgrade --tools branch/main --daemon branch/main
54
- uses: "DeterminateSystems/magic-nix-cache-action@main"
55
- name: build + cache
56
+ if: ${{ success() || failure() }}
57
run: |
58
ulimit -a
59
nix flake check --keep-going --build-all -L
@@ -62,3 +63,13 @@ jobs:
62
63
# run it again, hopefully this time the output is easier to read
64
65
66
+ - name: build + cache (jupitertwo)
67
+ if: (success() || failure()) && matrix.runner == 'ubuntu-24.04'
68
+ run: |
69
+ nix build -L --keep-going \
70
+ .#toplevels.jupitertwo
71
+ - name: build + cache (riscv64 iso bits)
72
73
74
75
+ .#extra.riscv64-linux.installer
0 commit comments