Skip to content

prevent libgccjit.so download on unsupported os/arch #529

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 5 commits into from
Jun 1, 2024
Merged

prevent libgccjit.so download on unsupported os/arch #529

merged 5 commits into from
Jun 1, 2024

Conversation

Skgland
Copy link
Contributor

@Skgland Skgland commented May 31, 2024

Alternative to #528, I find it easier to show what I meant rather than tell.

Fixing up the download URL while at it.

fixes #527

- the gcc repository fork has moved to by under the rust-lang org
@Skgland
Copy link
Contributor Author

Skgland commented Jun 1, 2024

Ok, applied your suggestion regarding the message text change, fixed the conditional to be && instead of || and changed the raw-string that shouldn't be raw to a normal string.
Assuming CI agrees, this is good to go from my point.

@GuillaumeGomez GuillaumeGomez merged commit eccab8b into rust-lang:master Jun 1, 2024
34 checks passed
antoyo pushed a commit to zedar/rustc_codegen_gcc that referenced this pull request Jun 13, 2024
prevent libgccjit.so download on unsupported os/arch (rust-lang#529)


Co-authored-by: Guillaume Gomez <[email protected]>
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.

Do not allow downloading libgccjit.so on other systems than Linux x86-64 in the build system
2 participants