Hide gcroot registration steps from the reporters
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
d44dc3da09
commit
19d5cdd29a
|
@ -533,6 +533,7 @@ def nix_build_config(
|
||||||
updateSourceStamp=False,
|
updateSourceStamp=False,
|
||||||
doStepIf=do_register_gcroot_if,
|
doStepIf=do_register_gcroot_if,
|
||||||
copy_properties=["out_path", "attr"],
|
copy_properties=["out_path", "attr"],
|
||||||
|
set_properties={"report_status": False}
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
factory.addStep(
|
factory.addStep(
|
||||||
|
@ -597,6 +598,7 @@ def nix_skipped_build_config(
|
||||||
updateSourceStamp=False,
|
updateSourceStamp=False,
|
||||||
doStepIf=do_register_gcroot_if,
|
doStepIf=do_register_gcroot_if,
|
||||||
copy_properties=["out_path", "attr"],
|
copy_properties=["out_path", "attr"],
|
||||||
|
set_properties={"report_status": False}
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
return util.BuilderConfig(
|
return util.BuilderConfig(
|
||||||
|
|
Loading…
Reference in a new issue