Skip to content
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

fix build re-attempts after pre-build error #2605

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

syphar
Copy link
Member

@syphar syphar commented Sep 16, 2024

This fixes the build attempts that broke in #2467. See also #2556 (this comment).

Re-attempting builds was only ever done when we got an Error from build_package, so when I started catching and storing the error into the DB, the reattempts broke.

I now add a should_reattempt to the build_package output, so we then can also reattempt in these cases.

@syphar syphar requested a review from a team as a code owner September 16, 2024 06:43
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Sep 16, 2024
@syphar syphar merged commit e6b202a into rust-lang:master Sep 16, 2024
11 checks passed
@syphar syphar deleted the fix-build-attempts branch September 16, 2024 17:22
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Sep 16, 2024
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants