CI: disable GC as a workaround for segfault
This commit is contained in:
parent
c020f0e567
commit
a91fdf791c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -25,6 +25,8 @@ jobs:
|
|||
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||
pushFilter: "(squashfs.img$|x86_64-linux.iso$)"
|
||||
- name: Build
|
||||
env:
|
||||
GC_DONT_GC: 1
|
||||
run: |
|
||||
for iso in $(nix flake show --json | nix run nixpkgs#jq -- -r keys[]); do
|
||||
nix build .#$iso
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue