rust-lang / rustc_codegen_gcc

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

The CI doesn't test with the latest GCC anymore #506

Closed antoyo closed 2 months ago

antoyo commented 2 months ago

Presumably because of this change: https://github.com/antoyo/rustc_codegen_gcc/pull/18.

Make sure at least one CI will use the latest GCC.

GuillaumeGomez commented 2 months ago

I can confirm that it is still testing with the last version. For example in ci.yml we have:

echo 'gcc-path = "/usr/lib/"' > config.toml

Only stdarch is using downloaded gccjit library.