Skip to content

Commit

Permalink
Save space on the GitHub runners by not building the devShells (#1705)
Browse files Browse the repository at this point in the history
Reverts part of
1a74b59#diff-fb5c295cef0d8c42d829f58e5ec19920f741526206f7601876d6412d394acc35R107
because there isn't enough space on the GitHub self-hosted runners :(
  • Loading branch information
v0d1ch authored Oct 11, 2024
2 parents d18e15c + a66f1fc commit d8c0a49
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
name: hydra-x86_64-linux-${{ env.VERSION }} # automatically zips
path: out/*

- name: ❄ Build devShells (for cache)
run: |
nix build .#devShells.x86_64-linux.default
build-macos:
name: "Build for aarch64-darwin"
runs-on: macos-latest
Expand Down Expand Up @@ -101,7 +97,3 @@ jobs:
with:
name: hydra-aarch64-darwin-${{ env.VERSION }} # automatically zips
path: out/*

- name: ❄ Build devShells (for cache)
run: |
nix build .#devShells.aarch64-darwin.default

0 comments on commit d8c0a49

Please sign in to comment.