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.
1 parent e53f960 commit 345528aCopy full SHA for 345528a
.github/workflows/ci.yaml
@@ -133,7 +133,9 @@ jobs:
133
134
# Since the Makefile uses the sysroot provided by rustup, we need to
135
# manually copy libgccjit.so in this sysroot directory.
136
- ln -s /usr/lib/libgccjit.so ~/.rustup/toolchains/$rust_version-x86_64-unknown-linux-gnu/lib/
+ dir=~/.rustup/toolchains/$rust_version-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/lib/x86_64-linux-gnu/
137
+ mkdir -p $dir
138
+ ln -s /usr/lib/libgccjit.so $dir/libgccjit.so
139
140
cd rustc_codegen_gcc
141
echo 'gcc-path = "/usr/lib"' > config.toml
0 commit comments