Skip to content

Commit 9348641

Browse files
committed
github: add risky to next workflow
1 parent f3e5d02 commit 9348641

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/next.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
sudo determinate-nixd upgrade --tools branch/main --daemon branch/main
5454
- uses: "DeterminateSystems/magic-nix-cache-action@main"
5555
- name: build + cache
56+
if: ${{ success() || failure() }}
5657
run: |
5758
ulimit -a
5859
nix flake check --keep-going --build-all -L
@@ -62,3 +63,13 @@ jobs:
6263
# run it again, hopefully this time the output is easier to read
6364
ulimit -a
6465
nix flake check --keep-going --build-all -L
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+
if: (success() || failure()) && matrix.runner == 'ubuntu-24.04'
73+
run: |
74+
nix build -L --keep-going \
75+
.#extra.riscv64-linux.installer

0 commit comments

Comments
 (0)