Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github: Add a workaround for nextest failing on Windows #16342

Merged
merged 1 commit into from
May 16, 2024

Conversation

torokati44
Copy link
Member

@torokati44 torokati44 commented May 16, 2024

This will hopefully prevent CI failures like these:
https://github.com/ruffle-rs/ruffle/actions/runs/9103363884/job/25025064793
https://github.com/ruffle-rs/ruffle/actions/runs/9103952906/job/25026859930

Thanks for finding the issues linked from the code, @Dinnerbone!

@torokati44 torokati44 added the github_actions Pull requests that update GitHub Actions code label May 16, 2024
@Dinnerbone
Copy link
Contributor

Just for ease of reference:
nextest-rs/nextest#1493
rust-lang/rustup#3825

@Dinnerbone Dinnerbone merged commit ce778df into ruffle-rs:master May 16, 2024
17 checks passed
EliahKagan added a commit to EliahKagan/gitoxide that referenced this pull request May 17, 2024
This sets the `RUSTUP_WINDOWS_PATH_ADD_BIN` environment variable in
the multi-platform test job, to work around
nextest-rs/nextest#1493 which is keeping
the test runner from working on Windows.

See also ruffle-rs/ruffle#16342, which gave
the idea for this, and various other projects that have made such
changes, linked inhttps://github.com/nextest-rs/nextest/issues/1493.
EliahKagan added a commit to EliahKagan/gitoxide that referenced this pull request May 17, 2024
This sets the `RUSTUP_WINDOWS_PATH_ADD_BIN` environment variable in
the multi-platform test job, to work around
nextest-rs/nextest#1493 which is keeping
the test runner from working on Windows.

See also ruffle-rs/ruffle#16342, which gave
the idea for this, and various other projects that have made such
changes, linked in nextest-rs/nextest#1493.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants