From 4acdb5bc844d1d8df97e0c15a60b044f45b17a87 Mon Sep 17 00:00:00 2001 From: davean <davean@xkcd.com> Date: Wed, 23 Dec 2020 17:35:45 -0500 Subject: [PATCH] Adjust core count - job count is in gitlab-runner.toml though. --- darwin/ghc-gitlab-ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin/ghc-gitlab-ci.nix b/darwin/ghc-gitlab-ci.nix index 041ec86..69e9915 100644 --- a/darwin/ghc-gitlab-ci.nix +++ b/darwin/ghc-gitlab-ci.nix @@ -32,6 +32,6 @@ stdenv.mkDerivation { export HOME="/Users/builder" export PATH="${pkgs.clang_10}/bin:$PATH" export FONTCONFIG_FILE=${fonts} - export CORES=12 + export CORES=4 ''; } -- GitLab