-
Notifications
You must be signed in to change notification settings - Fork 118
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
UWP builds are broken #327
Comments
You can use - uses: actions/upload-artifact@v3
with:
name: debug-build
path: target/debug/build/mozjs_sys-*/out/build/js/src/build/js_static.lib |
Merged
I haven't made time to look into this yet. I'm going to disable the builds in the meantime. |
Merged
bors-servo
added a commit
that referenced
this issue
Jan 6, 2023
Disable UWP builds. #327 is getting in the way of other changes.
Does this mean #328 is no longer blocked? |
Merged
bors-servo
added a commit
that referenced
this issue
Jan 21, 2023
Fix UWP builds Only temporary fix of: #327 I think the main reason of fail was System LLVM and Rust LLVM become out of sync.
UWP is removed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/servo/mozjs/actions/runs/3620237778/jobs/6102230493
This error message happens when the
object
crate that rustc uses can't read an archive: https://github.com/gimli-rs/object/blob/ed03e05213421e74ba2ccd216efe0ca0e8e06d65/src/read/archive.rs#L64 . One way to investigate this would be to save the js_static.lib file from the github task and download it for further investigation.The text was updated successfully, but these errors were encountered: