Skip to content

Commit 076a8de

Browse files
committed
Revert "fix: also pass in nix.conf max-jobs setting on macos"
This reverts commit b67f7ce.
1 parent 4a3251c commit 076a8de

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/nix-build.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,6 @@ jobs:
7777
extra-conf: |
7878
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
7979
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
80-
- name: Install nix
81-
uses: DeterminateSystems/nix-installer-action@main
82-
if: ${{ github.secret_source == 'None' }} && matrix.runner == 'macos-latest-xlarge'
83-
with:
84-
extra-conf: |
85-
max-jobs =1
86-
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
87-
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
88-
- name: Install nix
89-
uses: DeterminateSystems/nix-installer-action@main
90-
if: ${{ github.secret_source == 'Actions' }} && matrix.runner == 'macos-latest-xlarge'
91-
with:
92-
extra-conf: |
93-
max-jobs = 1
94-
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
95-
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
96-
post-build-hook = /etc/nix/upload-to-cache.sh
9780
- name: Aggressive disk cleanup for DuckDB build
9881
if: matrix.runner == 'macos-latest-xlarge'
9982
run: |

0 commit comments

Comments
 (0)