We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7110f commit 16956e2Copy full SHA for 16956e2
buildbot_nix/buildbot_nix/__init__.py
@@ -1076,6 +1076,7 @@ def nix_eval_config(
1076
worker_count=worker_count,
1077
max_memory_size=max_memory_size,
1078
drv_gcroots_dir=drv_gcroots_dir,
1079
+ logEnviron=False,
1080
),
1081
)
1082
@@ -1171,6 +1172,7 @@ def nix_build_steps(
1171
1172
# We increase this over the default since the build output might end up in a different `nix build`.
1173
timeout=60 * 60 * 3,
1174
haltOnFailure=True,
1175
1176
1177
*post_build_steps,
1178
Trigger(
0 commit comments