Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
Un1oR committed Feb 7, 2025
1 parent 07130f4 commit d00132d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: |
max-jobs = 1
- name: Run check
run: nix build .#checks.${{ matrix.platform.nixArch }}.${{ matrix.check == 'nil' && 'others' || matrix.check }} -L
Expand Down
7 changes: 0 additions & 7 deletions nix/overlay.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
self: super: {
libuv = super.libuv.overrideAttrs (oldAttrs: rec {
postPatch = oldAttrs.postPatch + super.lib.optionalString (super.stdenv.hostPlatform.system == "x86_64-darwin") ''
# Disable flaky test
sed '/spawn_exercise_sigchld_issue/d' -i test/test-list.h
'';
});

pkgsStatic = super.pkgsStatic // {
nodejs_22 = super.pkgsStatic.nodejs_22.overrideAttrs (oldAttrs:
let
Expand Down

0 comments on commit d00132d

Please sign in to comment.