diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-12-20 10:19:02 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-12-20 10:19:02 -0800 |
| commit | 49546cc6bb8af8c0450d62f5584325d65872b885 (patch) | |
| tree | 83364699bf566df1a5fc7638524df7de330db966 | |
| parent | 94ae2a2e6791e0c4ab6fba836b2b09a07f2d3c8a (diff) | |
| download | rust-49546cc6bb8af8c0450d62f5584325d65872b885.tar.gz rust-49546cc6bb8af8c0450d62f5584325d65872b885.zip | |
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!
| -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 |
