File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
buildbot_nix/buildbot_nix Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1057,6 +1057,7 @@ def nix_eval_config(
1057
1057
method = "clean" ,
1058
1058
submodules = True ,
1059
1059
haltOnFailure = True ,
1060
+ logEnviron = False ,
1060
1061
),
1061
1062
)
1062
1063
drv_gcroots_dir = util .Interpolate (
@@ -1088,6 +1089,7 @@ def nix_eval_config(
1088
1089
"-rf" ,
1089
1090
drv_gcroots_dir ,
1090
1091
],
1092
+ logEnviron = False ,
1091
1093
),
1092
1094
)
1093
1095
factory .addStep (
@@ -1191,6 +1193,7 @@ def nix_build_steps(
1191
1193
steps .ShellCommand (
1192
1194
name = "Delete temporary gcroots" ,
1193
1195
command = ["rm" , "-f" , util .Interpolate ("result-%(prop:attr)s" )],
1196
+ logEnviron = False ,
1194
1197
),
1195
1198
]
1196
1199
@@ -1383,6 +1386,7 @@ def nix_register_gcroot_config(
1383
1386
"-r" ,
1384
1387
util .Property ("out_path" ),
1385
1388
],
1389
+ logEnviron = False ,
1386
1390
),
1387
1391
)
1388
1392
You can’t perform that action at this time.
0 commit comments