about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-05-08 11:14:47 +0000
committerbors <bors@rust-lang.org>2022-05-08 11:14:47 +0000
commit8fbd92d0b95d847c68948d8dbbfaccb470db4f92 (patch)
treeef2386ca8f46dc683348daf8e9943143b425d2c7 /src/ci
parent4c09a3345ab10b9a10a284cea1a1f3673bc9a414 (diff)
parent72d2d6a4ba40fae2254a03f7782a80b8b315ddbc (diff)
downloadrust-8fbd92d0b95d847c68948d8dbbfaccb470db4f92.tar.gz
rust-8fbd92d0b95d847c68948d8dbbfaccb470db4f92.zip
Auto merge of #96689 - gimbles:campfire, r=Mark-Simulacrum
Move check-bootstrap from a makefile rule to test::Bootstrap

Fixes #96688
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/run.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index 948445427d9..5f843a13bcd 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -141,8 +141,6 @@ $SRC/configure $RUST_CONFIGURE_ARGS
 
 retry make prepare
 
-make check-bootstrap
-
 # Display the CPU and memory information. This helps us know why the CI timing
 # is fluctuating.
 if isMacOS; then