mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
auto-retry flaky zig on FileNotFound
This commit is contained in:
parent
fb5ab7d7ca
commit
ced2b2cda9
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ where
|
||||||
};
|
};
|
||||||
|
|
||||||
// flaky test error that only occurs sometimes inside MacOS ci run
|
// flaky test error that only occurs sometimes inside MacOS ci run
|
||||||
if error_str.contains("unable to build stage1 zig object: FileNotFound")
|
if error_str.contains("FileNotFound")
|
||||||
|| error_str.contains("unable to save cached ZIR code")
|
|| error_str.contains("unable to save cached ZIR code")
|
||||||
{
|
{
|
||||||
run_command(path, command_str, args)
|
run_command(path, command_str, args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue