run-make: vendor cargo dependencies or external dependencies within the tests #128733
Labels
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
These tests use cargo to build crates but they have external dependencies -- this makes their pass/fail status conditioned on internet connectivity which does not seem ideal (and also if it's not pinned and it can become awkward from breakages..)
We should investigate if we could vendor the external deps or otherwise make them locally available to make the test outcomes more reproducible.
The text was updated successfully, but these errors were encountered: