From 6ec88b93ba548f48be1c364991d0c6b5e39d5dc9 Mon Sep 17 00:00:00 2001 From: Sergei Zimmerman Date: Sat, 9 Aug 2025 01:12:19 +0300 Subject: [PATCH] ci: Remove max-jobs = 1 This change was necessary when we were using `nix flake check` for CI (see 6db6b269ed70788314209d35499812c90949057f). Now this is not really necessary, because we are running the checks in a much saner way, that doesn't use up too much memory for evaluation. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1745988da..8c221ff5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,9 +56,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} dogfood: true # The sandbox would otherwise be disabled by default on Darwin - extra_nix_config: | - sandbox = true - max-jobs = 1 + extra_nix_config: "sandbox = true" - uses: DeterminateSystems/magic-nix-cache-action@main # Since ubuntu 22.30, unprivileged usernamespaces are no longer allowed to map to the root user: # https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces