Skip to content

Commit

Permalink
Rollup merge of rust-lang#38498 - alexcrichton:actually-test-musl, r=…
Browse files Browse the repository at this point in the history
…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!
  • Loading branch information
alexcrichton committed Dec 20, 2016
2 parents c188635 + 49546cc commit 00fdc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/mk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 00fdc0c

Please sign in to comment.