-
Notifications
You must be signed in to change notification settings - Fork 394
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
run simple tests on windows and linux #851
Conversation
b891507
to
110c361
Compare
I tested it wrong :D |
a6e594c
to
a91bcfe
Compare
a91bcfe
to
c7331ef
Compare
@@ -339,29 +339,61 @@ pub(crate) fn docker_mount( | |||
Ok(mount_volumes) | |||
} | |||
|
|||
#[cfg(target_os = "windows")] | |||
fn winpath(path: &Path, verbose: bool) -> Result<PathBuf> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this was added to this PR by mistake?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, see the previous error in https://github.com/cross-rs/cross/runs/7045847730?check_suite_focus=true
on windows, getting
Not sure how to enable it properly. docker info on
|
2f2cbca
to
588749c
Compare
588749c
to
60b3589
Compare
this is impossible, see actions/runner-images#2216 and actions/runner-images#252 |
solves parts of #610, depends on #852