about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-12-20 11:16:50 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-12-20 12:59:12 -0800
commit00fdc0ce84793ca6cb8f38d63ef4dd40a2e1b37b (patch)
tree67b57c26e15b99a62ab876d74fef683ed8ce2f76 /src
parentc188635a2ab51d592e3d8e850d9d05b9eb905033 (diff)
parent49546cc6bb8af8c0450d62f5584325d65872b885 (diff)
downloadrust-00fdc0ce84793ca6cb8f38d63ef4dd40a2e1b37b.tar.gz
rust-00fdc0ce84793ca6cb8f38d63ef4dd40a2e1b37b.zip
Rollup merge of #38498 - alexcrichton:actually-test-musl, r=brson
rustbuild: Actually test musl on the musl bot

A typo unfortunately meant that we haven't been testing musl for a bit, so now
it's time to discover if we accidentally introduced a regression!
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/mk/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in
index cbcd85fb6b0..0d83a79cf32 100644
--- a/src/bootstrap/mk/Makefile.in
+++ b/src/bootstrap/mk/Makefile.in
@@ -66,7 +66,7 @@ tidy:
 check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu:
 	$(Q)$(BOOTSTRAP) test --target arm-linux-androideabi
 check-stage2-T-x86_64-unknown-linux-musl-H-x86_64-unknown-linux-gnu:
-	$(Q)$(BOOTSTRAP) test --target x86_64-unknown-linux-gnu
+	$(Q)$(BOOTSTRAP) test --target x86_64-unknown-linux-musl
 
 
 .PHONY: dist