rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
905 stars 60 forks source link

Rename `y.sh test --clean-ui-tests` to `y.sh clean ui-tests` #415

Closed rowan-sl closed 7 months ago

rowan-sl commented 7 months ago

Fixes #404

antoyo commented 7 months ago

It seems like the Intel Software Development Emulator download link no longer works. Could you please update these lines to the following:

dir=sde-external-9.33.0-2024-01-07-lin
file=$dir.tar.xz
wget https://downloadmirror.intel.com/813591/$file

This should fix the issue. Thanks!

rowan-sl commented 7 months ago

Updated SDE, that part of the CI test appears to work now

rowan-sl commented 7 months ago

nevermind, some tests are failing to download crates from crates.io

antoyo commented 7 months ago

Seems like download failures. I restarted the CI.

antoyo commented 7 months ago

Thanks for your contribution!