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 (
@@ -1192,6 +1194,7 @@ def nix_build_steps(
1192
1194
steps .ShellCommand (
1193
1195
name = "Delete temporary gcroots" ,
1194
1196
command = ["rm" , "-f" , util .Interpolate ("result-%(prop:attr)s" )],
1197
+ logEnviron = False ,
1195
1198
),
1196
1199
]
1197
1200
@@ -1384,6 +1387,7 @@ def nix_register_gcroot_config(
1384
1387
"-r" ,
1385
1388
util .Property ("out_path" ),
1386
1389
],
1390
+ logEnviron = False ,
1387
1391
),
1388
1392
)
1389
1393
You can’t perform that action at this time.
0 commit comments