We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aba59d8 + 885af59 commit 9e4ed20Copy full SHA for 9e4ed20
.github/workflows/ci.yaml
@@ -128,6 +128,10 @@ jobs:
128
129
echo "MAKE_KRUSTFLAGS=KRUSTFLAGS=-Zcodegen-backend=$(pwd)/rustc_codegen_gcc/target/release/librustc_codegen_gcc.so" >> $GITHUB_ENV
130
131
+ # Since the Makefile uses the sysroot provided by rustup, we need to
132
+ # manually copy libgccjit.so in this sysroot directory.
133
+ ln -s /usr/lib/libgccjit.so ~/.rustup/toolchains/$rust_version-x86_64-unknown-linux-gnu/lib/
134
+
135
cd rustc_codegen_gcc
136
echo 'gcc-path = "/usr/lib"' > config.toml
137
#sed -i '/channel/d' rust-toolchain
0 commit comments