ziglings icon indicating copy to clipboard operation
ziglings copied to clipboard

DRAFT

Open perillo opened this issue 1 year ago • 4 comments

WARNING: THIS IS A DRAFT

I want to test if it is possible to reproduce the freeze on Windows when running the Eowyn workflow, when zig fmt --check fails.

perillo avatar Apr 24 '23 19:04 perillo

What is strange is that the Eowyn workflow fails, but the CI workflow runs correctly (but running the unit tests in windows-latest is taking a lot of time).

perillo avatar Apr 26 '23 07:04 perillo

@ratfactor The cause of the problem of the forced termination was https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast.

The error was confusing because there was no detailed error message about the reason for canceling the job.

Do you think it is ok to set job.id.strategy.fail-fast = true?

perillo avatar Apr 26 '23 08:04 perillo

but the CI workflow runs correctly

These messages are from the CI: "Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2."

Do you think it is ok to set job.id.strategy.fail-fast = true?

It's worth a try.

Update: True? Is this not the default?

chrboesch avatar Apr 26 '23 09:04 chrboesch

but the CI workflow runs correctly

These messages are from the CI: "Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2."

Do you think it is ok to set job.id.strategy.fail-fast = true?

It's worth a try.

Update: True? Is this not the default?

You are right, it was a typo.

perillo avatar Apr 26 '23 10:04 perillo