Repeatable crashes and misbehavior in GitHub Windows CI #72121
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
Windows
Platform: Windows
Description
This step reliably caused crashes and other weird behaviors in my GitHub CI, on Windows only. The exact behavior could always be repeated by re-triggering the workflow run without deleting existing caches, but the misbehavior for any particular cache configuration varies. Most often there's an unceremonious crash during building with no diagnostic, but I've also seen my final step, which just runs, e.g.,
hylo/.build/debug/hc --version
, fail, with Powershell reporting thathc
is not a program, cmd or cmdlet. This is after everything built and passed all tests… so the executable must be there, right?Reproduction
fork https://github.com/hylo-lang/hylo at 7a152a454, enable actions, and push some trivial change to trigger CI. When the run succeeds, then make another change and push that.
Expected behavior
success
Environment
GitHub runner, windows-latest, Swift 5.9
Additional information
No response
The text was updated successfully, but these errors were encountered: