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

fix(ci): nextest on windows #2887

Merged
merged 1 commit into from
May 16, 2024
Merged

fix(ci): nextest on windows #2887

merged 1 commit into from
May 16, 2024

Conversation

Sec-ant
Copy link
Member

@Sec-ant Sec-ant commented May 16, 2024

Summary

After searching I believe the current failing CI jobs on Windows are caused by a recent rustup change that breaks nextests. So this PR uses the workaround mentioned by those smart minds that were also affected by and fixed this problem.

Refs:

Test Plan

Merge to main and check whether the CI on Windows will succeed.

Copy link
Member

@ematipico ematipico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should pin nextest 🤔 but happy to merge this PR like once it's green

@Conaclos Conaclos merged commit e75cee7 into main May 16, 2024
5 checks passed
@Conaclos Conaclos deleted the fix/windows-ci branch May 16, 2024 13:29
@Sec-ant
Copy link
Member Author

Sec-ant commented May 16, 2024

Maybe we should pin nextest 🤔 but happy to merge this PR like once it's green

It seems the root cause of it is the rustup change and nextest is just one that is affected by it. And on the contrary, nextest is going to release a new version that will fix this problem, so users are not required to add this environment variable themselves.

@Sec-ant
Copy link
Member Author

Sec-ant commented May 16, 2024

The CI on Windows is working now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants