rust-lang/rustc_codegen_gcc

The CI doesn't test with the latest GCC anymore

antoyo opened this issue · 1 comments

Presumably because of this change: antoyo#18.

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

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.