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 part 69 #6283

Merged
merged 1 commit into from
Nov 10, 2023
Merged

fix: windows ci part 69 #6283

merged 1 commit into from
Nov 10, 2023

Conversation

DaniPopes
Copy link
Member

I swear it's the last one

@DaniPopes DaniPopes marked this pull request as draft November 10, 2023 18:40
Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

📸

@DaniPopes DaniPopes marked this pull request as ready for review November 10, 2023 19:08
Copy link
Member

@Evalir Evalir left a comment

Choose a reason for hiding this comment

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

🤨📸

Comment on lines +101 to 104
#[cfg(windows)]
let st = cmd.status();
#[cfg(not(windows))]
let st = cmd.status().unwrap();
Copy link
Member

Choose a reason for hiding this comment

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

i'm tossing my pc out of the window if this is really what is screwing up windows ci

Copy link
Member Author

Choose a reason for hiding this comment

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

It's just that this panics because Windows can't find the commands, and the only test that actually requires these commands is snekmate.
I added this in #6277

@DaniPopes DaniPopes merged commit 82abe3d into master Nov 10, 2023
24 of 38 checks passed
@DaniPopes DaniPopes deleted the dani/windows69 branch November 10, 2023 19:23
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.

3 participants