Skip to content

Allow unstable features in some PGO benchmarks #81929

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 10, 2021

Conversation

pietroalbini
Copy link
Member

Some of the benchmarks we're using for PGO require unstable features (such as compiling the standard library and some rustc-perf benchmarks), breaking CI on the beta and stable branches. For the past two releases we cherry-picked a commit directly onto the beta branch that unconditionally sets RUSTC_BOOTSTRAP=1, and this PR backports a similar change to the master branch.

The difference between this commit and the one we backported previously (483c1a8) is that this is more scoped in which benchmarks we allow unstable features, to prevent unintentionally enabling unstable features.

r? @Mark-Simulacrum

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 9, 2021
@Mark-Simulacrum
Copy link
Member

@bors r+ rollup=never (it... could affect PGO results I guess)

@bors
Copy link
Collaborator

bors commented Feb 9, 2021

📌 Commit 7ecc995 has been approved by Mark-Simulacrum

@bors bors 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 Feb 9, 2021
@bors
Copy link
Collaborator

bors commented Feb 10, 2021

⌛ Testing commit 7ecc995 with merge 6523b72...

@bors
Copy link
Collaborator

bors commented Feb 10, 2021

☀️ Test successful - checks-actions
Approved by: Mark-Simulacrum
Pushing 6523b72 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Feb 10, 2021
@bors bors merged commit 6523b72 into rust-lang:master Feb 10, 2021
@rustbot rustbot added this to the 1.52.0 milestone Feb 10, 2021
@pietroalbini pietroalbini deleted the pgo-bootstrap branch February 10, 2021 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants