Closed
Description
We need to document the recommended way to go about testing for broader set of targets (e.g. asmjs
) other than just throwing it at bors and hoping it works.
Spawned off of T-compiler meeting discussion of rust-lang/rust#54223
Some choice quotes:
"I was recommended changing the
.travis.yml
to enable other platforms temporarily for the PR testing instead of queuing for bors each time for the other platforms." -- davidtwco
-
"you can manually fiddle with .travis.yml if you want to enable more, just don't enable all at once (go 1-2 at a time)" -- simulacrum
Examples of PR's that have been doing the "throw it at bors and hope" dance: PR rust-lang/rust#54004, PR rust-lang/rust#54223
Metadata
Metadata
Assignees
Labels
Area: contribution workflowsArea: contributor on-boarding advice (e.g. for new contributors)Area: rust-lang/rust test suitesCall for participation: extra help is wantedDifficulty: might require some prior knowledge or code readingRelevant to bootstrap teamRelevant to compiler teamRelevant to infra team