We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbaaecc commit 6666435Copy full SHA for 6666435
scripts/test_rustc_tests.sh
@@ -145,6 +145,7 @@ rm tests/ui/intrinsics/panic-uninitialized-zeroed.rs # same
145
rm tests/ui/process/process-panic-after-fork.rs # same
146
147
cp ../dist/bin/rustdoc-clif ../dist/bin/rustdoc # some tests expect bin/rustdoc to exist
148
+cp $(../dist/rustc-clif --print target-libdir)/libstd-*.so ../dist/lib/
149
150
# prevent $(RUSTDOC) from picking up the sysroot built by x.py. It conflicts with the one used by
151
# rustdoc-clif
0 commit comments