about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-03-06 19:19:56 -0800
committerAlex Crichton <alex@alexcrichton.com>2018-03-07 07:29:44 -0800
commit7f465abd4f5c3269b1c7b2e99eeb1ff56fe846d5 (patch)
treeb149b1db55d901437a6a9519d6e20a7d9b79bf1f /src
parent2789b067da2ac921b86199bde21dd231ace1da39 (diff)
downloadrust-7f465abd4f5c3269b1c7b2e99eeb1ff56fe846d5.tar.gz
rust-7f465abd4f5c3269b1c7b2e99eeb1ff56fe846d5.zip
appveyor: Shard more slow MSVC builders
Take two more slow builders and split them in two to get them under 2 hrs
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/mk/Makefile.in1
-rwxr-xr-xsrc/ci/run.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in
index 925a361f0b2..97ea792c780 100644
--- a/src/bootstrap/mk/Makefile.in
+++ b/src/bootstrap/mk/Makefile.in
@@ -60,6 +60,7 @@ check-aux:
 		src/test/run-pass-valgrind/pretty \
 		src/test/run-pass-fulldeps/pretty \
 		src/test/run-fail-fulldeps/pretty \
+		$(AUX_ARGS) \
 		$(BOOTSTRAP_ARGS)
 check-bootstrap:
 	$(Q)$(CFG_PYTHON) $(CFG_SRC_DIR)src/bootstrap/bootstrap_test.py
diff --git a/src/ci/run.sh b/src/ci/run.sh
index 3be1c255c16..79300e08a7d 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -104,7 +104,7 @@ else
     travis_fold start "make-$1"
     travis_time_start
     echo "make -j $ncpus $1"
-    make -j $ncpus "$1"
+    make -j $ncpus $1
     local retval=$?
     travis_fold end "make-$1"
     travis_time_finish