Skip to content

Commit 49546cc

Browse files
committed
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!
1 parent 94ae2a2 commit 49546cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/mk/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ tidy:
6666
check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu:
6767
$(Q)$(BOOTSTRAP) test --target arm-linux-androideabi
6868
check-stage2-T-x86_64-unknown-linux-musl-H-x86_64-unknown-linux-gnu:
69-
$(Q)$(BOOTSTRAP) test --target x86_64-unknown-linux-gnu
69+
$(Q)$(BOOTSTRAP) test --target x86_64-unknown-linux-musl
7070

7171

7272
.PHONY: dist

0 commit comments

Comments
 (0)