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

Try working around xcrun failures #4449

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

jonmeow
Copy link
Contributor

@jonmeow jonmeow commented Oct 28, 2024

I expect the change here will try rerunning a couple times, then fail if it's a permanent failure.

I've seen similar failures, and believe this is flaky. Here's the specific example that caused me to try a workaround:
https://github.com/carbon-language/carbon-lang/actions/runs/11560505812/job/32177497296

I don't see a difference in the runner information between failing and passing runs, which might've indicated a canary. That's why I'm doing this as a trivial retry.

Copy link
Contributor

@zygoloid zygoloid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, let's give this a go. I'm not confident this will solve the problem but it can't hurt at least.

@zygoloid zygoloid added this pull request to the merge queue Oct 28, 2024
Merged via the queue into carbon-language:trunk with commit 7ec8cea Oct 28, 2024
10 checks passed
@jonmeow jonmeow deleted the macos-simctl branch October 28, 2024 21:55
@jonmeow
Copy link
Contributor Author

jonmeow commented Oct 28, 2024

Yep, I'm not sure it'll solve it either, but figured it occurs often enough to justify trying something. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants