diff options
| author | gimbles <yusharora@protonmail.com> | 2022-05-07 09:07:07 +0530 |
|---|---|---|
| committer | gimbles <yusharora@protonmail.com> | 2022-05-07 09:07:07 +0530 |
| commit | 72d2d6a4ba40fae2254a03f7782a80b8b315ddbc (patch) | |
| tree | d7bc4672101adb57e1c78716995ce7b6dd10662a /src/ci | |
| parent | bb1a03c4fcbe547168fab128fa39b08d1122a1c2 (diff) | |
| download | rust-72d2d6a4ba40fae2254a03f7782a80b8b315ddbc.tar.gz rust-72d2d6a4ba40fae2254a03f7782a80b8b315ddbc.zip | |
Move check-bootstrap from a makefile rule to test::Bootstrap
Diffstat (limited to 'src/ci')
| -rwxr-xr-x | src/ci/run.sh | 2 |
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 |
