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

Build -gnu targets on ubuntu-20.04 #607

Merged
merged 1 commit into from
Dec 14, 2022
Merged

Conversation

coolreader18
Copy link
Contributor

@coolreader18 coolreader18 commented Dec 13, 2022

In a dockerfile I have rust_target=$(rustc -vV | awk '/^host:/{ print $2 }') && curl https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-$rust_target.tgz; it broke with the most recent release because the rust:1.65 image has glibc 2.31 and the 0.18.0 release built on ubuntu-22.04 (build log), which has a more recent version (2.35?). This commit pins it to 20.04, so the glibc version required by the release binaries remains lower. (If possible, a 0.18.1 release to fix this would be really nice, or otherwise I can use a workaround for now)

@NobodyXu NobodyXu merged commit 597e092 into cargo-bins:main Dec 14, 2022
@NobodyXu
Copy link
Member

@coolreader18 cargo-binstall v0.18.1 has released

@coolreader18
Copy link
Contributor Author

Thank you!!

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.

2 participants