rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
893 stars 61 forks source link

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

Closed Skgland closed 1 month ago

Skgland commented 1 month ago

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

Skgland commented 1 month ago

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.