Skip to content

Commit

Permalink
Auto merge of rust-lang#128073 - jieyouxu:exp-print-target-list, r=<try>
Browse files Browse the repository at this point in the history
[EXPERIMENTAL] try to see how to make `print-target-list` pass

Experiments for rust-lang#127877.

r? `@ghost`

try-job: x86_64-gnu-llvm-18
  • Loading branch information
bors committed Aug 3, 2024
2 parents 1df0458 + 652a9cf commit 6111850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-make/print-target-list/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ include ../tools.mk
# target specifications
all:
for target in $(shell $(BARE_RUSTC) --print target-list); do \
$(BARE_RUSTC) --target $$target --print sysroot; \
$(BARE_RUSTC) --target $$target --print sysroot || exit 1; \
done

0 comments on commit 6111850

Please sign in to comment.