Compare commits

...

1 commit

Author SHA1 Message Date
Qyriad b5f3aed96c temporarily make the binary cache step fallable 2024-05-02 12:44:24 -06:00
2 changed files with 3 additions and 2 deletions

View file

@ -565,7 +565,8 @@ def nix_build_config(
util.Property( util.Property(
"out_path" "out_path"
) )
] ],
warn_on_failure=True,
) )
) )