Skip to content

Commit 6666435

Browse files
committed
Fix rustc test suite (broken by prev commit)
1 parent bbaaecc commit 6666435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test_rustc_tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ rm tests/ui/intrinsics/panic-uninitialized-zeroed.rs # same
145145
rm tests/ui/process/process-panic-after-fork.rs # same
146146

147147
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/
148149

149150
# prevent $(RUSTDOC) from picking up the sysroot built by x.py. It conflicts with the one used by
150151
# rustdoc-clif

0 commit comments

Comments
 (0)