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 }}
|
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||||
pushFilter: "(squashfs.img$|x86_64-linux.iso$)"
|
pushFilter: "(squashfs.img$|x86_64-linux.iso$)"
|
||||||
- name: Build
|
- name: Build
|
||||||
|
env:
|
||||||
|
GC_DONT_GC: 1
|
||||||
run: |
|
run: |
|
||||||
for iso in $(nix flake show --json | nix run nixpkgs#jq -- -r keys[]); do
|
for iso in $(nix flake show --json | nix run nixpkgs#jq -- -r keys[]); do
|
||||||
nix build .#$iso
|
nix build .#$iso
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue