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 Windows CI. #5444

Merged
merged 1 commit into from
May 20, 2024
Merged

Fix Windows CI. #5444

merged 1 commit into from
May 20, 2024

Conversation

bogdan2412
Copy link
Contributor

It's currently failing when running tests with errors of the form:

error: creating test list failed

Caused by:
for wezterm-config-derive, command
'D:\a\wezterm\wezterm\target\debug\deps\wezterm_config_derive-f1c7f0f2de220b6e.exe' --list --format terse exited with code 0xc0000135: The specified
module could not be found. (os error 126)

This seems to have been caused by nextest-rs/nextest#1493, with this comment as a workaround fix: nextest-rs/nextest#1493 (comment)

It's currently failing when running tests with errors of the form:

> error: creating test list failed
>
> Caused by:
>   for `wezterm-config-derive`, command
>   `'D:\a\wezterm\wezterm\target\debug\deps\wezterm_config_derive-f1c7f0f2de220b6e.exe'
>   --list --format terse` exited with code 0xc0000135: The specified
>   module could not be found. (os error 126)

This seems to have been caused by nextest-rs/nextest#1493, with this comment
as a fix: nextest-rs/nextest#1493 (comment)
@wez wez merged commit 993eb9f into wez:main May 20, 2024
1 of 2 checks passed
@wez
Copy link
Owner

wez commented May 20, 2024

Thank you!

@bogdan2412 bogdan2412 deleted the fix-windows-ci branch May 20, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cargo nextest run --workspace fails with DLL missing if a macro lib exists
2 participants