File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,15 +150,15 @@ jobs:
150150 - if : matrix.toolchain == 'rustc_codegen_gcc'
151151 run : |
152152 apt-get -y --no-install-recommends purge cpp gcc
153- curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/antoyo /gcc/releases/download/master-6351b299c /gcc-13.deb
153+ curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/rust-lang /gcc/releases/latest/download /gcc-13.deb
154154 dpkg -i gcc-13.deb
155155
156156 git clone --depth 1 --branch $(linux/scripts/min-tool-version.sh rustc) https://github.com/rust-lang/rust.git rust-repo
157157
158158 echo "MAKE_KRUSTFLAGS=KRUSTFLAGS=-Zcodegen-backend=$(pwd)/rust-repo/compiler/rustc_codegen_gcc/target/release/librustc_codegen_gcc.so" >> $GITHUB_ENV
159159
160160 cd rust-repo/compiler/rustc_codegen_gcc
161- echo /usr/lib > gcc_path
161+ echo 'gcc-path = " /usr/lib"' > config.toml
162162 sed -i '/channel/d' rust-toolchain
163163 export RUSTC_BOOTSTRAP=1
164164 ./y.sh prepare --only-libcore
You can’t perform that action at this time.
0 commit comments