Skip to content

Commit e403b69

Browse files
authored
Merge pull request #378 from nix-community/buildbot-gitea
speed up some build steps
2 parents 5a4e037 + ff29be6 commit e403b69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildbot_nix/buildbot_nix/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,7 @@ def nix_eval_config(
10571057
method="clean",
10581058
submodules=True,
10591059
haltOnFailure=True,
1060+
logEnviron=False,
10601061
),
10611062
)
10621063
drv_gcroots_dir = util.Interpolate(
@@ -1088,6 +1089,7 @@ def nix_eval_config(
10881089
"-rf",
10891090
drv_gcroots_dir,
10901091
],
1092+
logEnviron=False,
10911093
),
10921094
)
10931095
factory.addStep(
@@ -1192,6 +1194,7 @@ def nix_build_steps(
11921194
steps.ShellCommand(
11931195
name="Delete temporary gcroots",
11941196
command=["rm", "-f", util.Interpolate("result-%(prop:attr)s")],
1197+
logEnviron=False,
11951198
),
11961199
]
11971200

@@ -1384,6 +1387,7 @@ def nix_register_gcroot_config(
13841387
"-r",
13851388
util.Property("out_path"),
13861389
],
1390+
logEnviron=False,
13871391
),
13881392
)
13891393

0 commit comments

Comments
 (0)