File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696
9797 - name : Build
9898 run : |
99+ mkdir -p /home/runner/.rustup/toolchains/nightly-2026-04-29-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/lib/x86_64-unknown-linux-gnu/
100+ ln -s /usr/lib/libgccjit.so /home/runner/.rustup/toolchains/nightly-2026-04-29-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/lib/x86_64-unknown-linux-gnu/libgccjit.so
99101 ./y.sh build --sysroot
100102 ./y.sh test --cargo-tests
101103
Original file line number Diff line number Diff line change @@ -394,8 +394,8 @@ impl ConfigInfo {
394394 rustflags. push ( format ! ( "-Zcodegen-backend={backend}" ) ) ;
395395 } else {
396396 rustflags. extend_from_slice ( & [
397- "--sysroot" . to_string ( ) ,
398- self . sysroot_path . clone ( ) ,
397+ /* "--sysroot".to_string(),
398+ self.sysroot_path.clone(),*/
399399 format ! ( "-Zcodegen-backend={}" , self . cg_backend_path) ,
400400 ] ) ;
401401 }
You can’t perform that action at this time.
0 commit comments