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

Use tryparse to parse platform triplet #74

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Conversation

giordano
Copy link
Member

This makes parsing more robust against unknown platforms, e.g. for architectures introduced in later versions of Julia than the currently running one.

This is needed to be able to publish JLL packages with RISC-V builds, also in versions of Julia older than v1.12.

This makes parsing more robust against unknown platforms, e.g. for architectures
introduced in later versions of Julia than the currently running one.
@giordano
Copy link
Member Author

CI on Cirrus is broken, but all tests running on GitHub Actions are passing.

I'm going to merge this PR and tag a new release to get this going, if someone comes up with a better solution which accomplish the same goal we can fix it in a followup PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant