-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add missing package files #195
Conversation
Thanks for your help! Submodules are checked out on CI, yet the hardcoded file seems to be missing. I checked and it's available locally, strangely enough. When trying the package commands locally, I also see two failures, both with I have a feeling there is a CWD difference between what Here are my logs for completeness. Logs
|
Opened a PR on cc to fix the issue I found when debugging the packaging, but for now the workaround works. rust-lang/cc-rs#1072 |
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.
Thanks so much, great work! I will create a new release ASAP.
Co-authored-by: Sebastian Thiel <[email protected]>
Thank you! It's very strange that CI is now failing, it's probably flakiness due to the nightly GNU compiler, but at least today it reproduces when retrying. |
Maybe it's related to this change? The timing would match: https://blog.rust-lang.org/2024/05/17/enabling-rust-lld-on-linux.html |
cc 1.0.98 has released |
Unfortunately the documented method of disabling either isn't functioning or there is something else going on. See also cross-rs/cross#1496. It might be related to the LLD change, but if it is there is something wrong as targets other than |
I see, thanks for letting me know. Maybe a solution arises in the coming days/weeks, so we can finish this fix and finally bring CC-zlib-ng to the people :). |
Upstream rust issue rust-lang/rust#125330 |
The nightly upstream fix works and I removed the cc workaround. |
Fantastic, let me create a new build right away, let's see if it works. |
Resolves: #194