Skip to content
Snippets Groups Projects
Commit 04f7150a authored by Teo Camarasu's avatar Teo Camarasu
Browse files

ci: remove limiting to 1 cores

parent 1abcc165
No related branches found
No related tags found
1 merge request!394Simplify our nix code
Pipeline #104088 canceled
Pipeline: head.hackage

#104089

    ...@@ -6,7 +6,6 @@ build-users-group = ...@@ -6,7 +6,6 @@ build-users-group =
    trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
    substituters = https://cache.nixos.org substituters = https://cache.nixos.org
    experimental-features = nix-command flakes experimental-features = nix-command flakes
    cores = 1 # to avoid resource exhaustion. See: <https://gitlab.haskell.org/ghc/head.hackage/-/issues/38>
    EOF EOF
    # Equivalent to running `nix develop` but works in CI scripts. # Equivalent to running `nix develop` but works in CI scripts.
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment