summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorgimbles <yusharora@protonmail.com>2022-05-07 09:07:07 +0530
committergimbles <yusharora@protonmail.com>2022-05-07 09:07:07 +0530
commit72d2d6a4ba40fae2254a03f7782a80b8b315ddbc (patch)
treed7bc4672101adb57e1c78716995ce7b6dd10662a /src/ci
parentbb1a03c4fcbe547168fab128fa39b08d1122a1c2 (diff)
downloadrust-72d2d6a4ba40fae2254a03f7782a80b8b315ddbc.tar.gz
rust-72d2d6a4ba40fae2254a03f7782a80b8b315ddbc.zip
Move check-bootstrap from a makefile rule to test::Bootstrap
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