-
Notifications
You must be signed in to change notification settings - Fork 121
Windows build fails during source file copying phase #218
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
Comments
I think we're hitting some kind of path limit: |
thread 'main' panicked at 'could not copy file: Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }', src\libcore\result.rs:1189:5 |
I made progress by prepending |
rust-lang/rust#67403 |
#209 is the triggering PR. |
Don't copy sources in OUT_DIR anymore (fixes #218)
I get a panic in
mozjs/build.rs
Line 407 in 618398c
The text was updated successfully, but these errors were encountered: