We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef923ba commit e3614a5Copy full SHA for e3614a5
1 file changed
rust-cg-gcc/build.sh
@@ -76,18 +76,6 @@ pushd rustc_codegen_gcc
76
cp config.example.toml config.toml
77
78
./y.sh prepare
79
-
80
-# This may fail because it can't find libgccjit that it downloads itself....
81
-./y.sh build --sysroot --release || true
82
83
-# So restart it after the failed execution.
84
-# Following y.sh needs to find the libgccjit that is getting downloaded
85
-SO_PATH=$(find -name "libgccjit.so")
86
-LIBRARY_PATH=$(dirname "$PWD"/"$SO_PATH")
87
-LD_LIBRARY_PATH=$(dirname "$PWD"/"$SO_PATH")
88
-export LIBRARY_PATH
89
90
-# ... this one should work.
91
./y.sh build --sysroot --release
92
93
popd
0 commit comments