Skip to content

Allow specifying a Rust and Go toolchain version for the build #399

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

Merged
merged 4 commits into from
Dec 26, 2024

Conversation

imciner2
Copy link
Member

@imciner2 imciner2 commented Dec 26, 2024

This exposes two new keyword arguments for finding the shards: preferred_rust_version and preferred_go_version, which will specify the version of the toolchain to use. Note these are implemented as strict requests for now, but I kept the "preferred" name to match the gcc and llvm arguments.

I know the Rust toolchain is probably fine as a strict request, but I don't know about Go's commitment to compatibility across compiler versions.

@giordano
Copy link
Member

Can you please bump the minor version of this package so that we can tag it and then require that version in JuliaPackaging/BinaryBuilder.jl#1358 for consistency? Looks good to me otherwise, this is pretty much what I was expecting (well, even more than I was thinking).

@imciner2
Copy link
Member Author

Version bumped.

@imciner2 imciner2 merged commit d922efe into master Dec 26, 2024
7 checks passed
@imciner2 imciner2 deleted the im/verselect branch December 26, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants