Skip to content

Commit b4db3f7

Browse files
committed
.github: add workflow for jupitertwo
1 parent 4c66888 commit b4db3f7

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/workflows/risky.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: "nixcfg-risky"
2+
concurrency: "nixcfg-risky"
3+
on:
4+
push:
5+
branches:
6+
- "main"
7+
jobs:
8+
"builds":
9+
permissions:
10+
id-token: "write"
11+
contents: "read"
12+
strategy:
13+
fail-fast: false
14+
matrix:
15+
runner:
16+
- "ubuntu-24.04"
17+
runs-on: ${{ matrix.runner }}
18+
steps:
19+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
20+
- uses: endersonmenezes/free-disk-space@7901478139cff6e9d44df5972fd8ab8fcade4db1 # v3.2.2
21+
with:
22+
remove_android: true
23+
remove_dotnet: true
24+
remove_tool_cache: true
25+
remove_packages: "azure-cli google-cloud-cli microsoft-edge-stable google-chrome-stable firefox postgresql* temurin-* *llvm* mysql* dotnet-sdk-*"
26+
remove_packages_one_command: true
27+
remove_folders: "/usr/share/swift /usr/share/miniconda /usr/share/az* /usr/local/lib/node_modules /usr/local/share/chromium /usr/local/share/powershell /usr/local/julia /usr/local/aws-cli /usr/local/aws-sam-cli /usr/share/gradle /usr/lib/jvm /home/runner/.rust /usr/local/.ghcup"
28+
rm_cmd: "rmz" # NEW: Faster deletion
29+
rmz_version: "3.1.1" # NEW: Specify rmz version
30+
- uses: "DeterminateSystems/determinate-nix-action@main"
31+
- uses: "DeterminateSystems/magic-nix-cache-action@main"
32+
- name: build + cache
33+
run: |
34+
nix build .#toplevels.jupitertwo -L --keep-going

0 commit comments

Comments
 (0)