Skip to content

Document run-make external dependencies#156643

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
majiayu000:document-run-make-external-deps
Jun 2, 2026
Merged

Document run-make external dependencies#156643
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
majiayu000:document-run-make-external-deps

Conversation

@majiayu000
Copy link
Copy Markdown
Contributor

@majiayu000 majiayu000 commented May 16, 2026

Part of #125585.

This documents the common external tool helpers available to run-make recipes and the environment variables that compiletest uses to provide those tools. It also points tests that require optional tools or LLVM components toward the relevant compiletest directives.

Validation:

  • ./x test tidy

@rustbot rustbot added A-run-make Area: port run-make Makefiles to rmake.rs S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels May 16, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented May 16, 2026

r? @nikomatsakis

rustbot has assigned @nikomatsakis.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: compiler
  • compiler expanded to 73 candidates
  • Random selection from 17 candidates

@nikomatsakis
Copy link
Copy Markdown
Contributor

@bors r+ rollup

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented Jun 2, 2026

📌 Commit 022b301 has been approved by nikomatsakis

It is now in the queue for this repository.

🌲 The tree is currently closed for pull requests below priority 5. This pull request will be tested once the tree is reopened.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 2, 2026
rust-bors Bot pushed a commit that referenced this pull request Jun 2, 2026
…uwer

Rollup of 6 pull requests

Successful merges:

 - #155418 (transmute: fix check for whether newtypes have equal size)
 - #156603 (Clarify E0381 diagnostics for branch conditions)
 - #156643 (Document run-make external dependencies)
 - #157009 (Avoid `unreachable_code` on required return values)
 - #157308 (make typing mode exhaustive again...)
 - #157312 (disallow most attrs on eiis)
rust-bors Bot pushed a commit that referenced this pull request Jun 2, 2026
…uwer

Rollup of 6 pull requests

Successful merges:

 - #155418 (transmute: fix check for whether newtypes have equal size)
 - #156603 (Clarify E0381 diagnostics for branch conditions)
 - #156643 (Document run-make external dependencies)
 - #157009 (Avoid `unreachable_code` on required return values)
 - #157308 (make typing mode exhaustive again...)
 - #157312 (disallow most attrs on eiis)
@rust-bors rust-bors Bot merged commit c576c93 into rust-lang:main Jun 2, 2026
11 checks passed
@rustbot rustbot added this to the 1.98.0 milestone Jun 2, 2026
rust-timer added a commit that referenced this pull request Jun 2, 2026
Rollup merge of #156643 - majiayu000:document-run-make-external-deps, r=nikomatsakis

Document run-make external dependencies

Part of #125585.

This documents the common external tool helpers available to run-make recipes and the environment variables that compiletest uses to provide those tools. It also points tests that require optional tools or LLVM components toward the relevant compiletest directives.

Validation:
- `./x test tidy`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-run-make Area: port run-make Makefiles to rmake.rs S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants