Unlock gitlab-runner to use in multiple projects
Some checks failed
CI / build:cross (push) Failing after 9s
CI / build:all (push) Failing after 15s

Fixes: rarias/jungle#241
Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
2026-03-11 17:05:24 +01:00
parent 39eddb76c1
commit 4832e7bc34

View File

@@ -61,6 +61,8 @@
registrationFlags = [
# Increase build log length to 64 MiB
"--output-limit 65536"
# Allow the runner to be used in multiple projects
"--locked=false"
];
preBuildScript = pkgs.writeScript "setup-container" ''
mkdir -p -m 0755 /nix/var/log/nix/drvs