macos CI: let openmp curl fail graciously#7666
Merged
ben-schwen merged 2 commits intomasterfrom Mar 12, 2026
Merged
Conversation
Member
|
It might make sense to ask for a machine-readable list of pre-compiled runtimes, although the case may be that the OpenMP runtimes aren't "supported enough" to offer such a list. |
Member
Author
|
According to the latest R devel mails, this was a one time thing and not related to us or our checks. But for the future it still seems good that the checks won't fail once the servers are not available or blocks the GitHub runner again. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follows #7318
Fixes macOS CI by selecting the OpenMP runtime from mac.r-project.org/openmp/ for the detected Apple clang version.Avoids breakage when the pinned tarball changes (which it apparently does often for the new clang version).
The pinned OpenMP tarball still appears to exist, but GitHub Actions runners are timing out when connecting to mac.r-project.org. This change fails gracefully and falls back when the runtime cannot be fetched.