diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-12-20 11:16:50 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-12-20 12:59:12 -0800 |
| commit | 00fdc0ce84793ca6cb8f38d63ef4dd40a2e1b37b (patch) | |
| tree | 67b57c26e15b99a62ab876d74fef683ed8ce2f76 /src | |
| parent | c188635a2ab51d592e3d8e850d9d05b9eb905033 (diff) | |
| parent | 49546cc6bb8af8c0450d62f5584325d65872b885 (diff) | |
| download | rust-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.in | 2 |
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 |
