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

Update MacOS-15 ci job building against llvm 15.0.7 to llvm 16.0.0 #570

Closed

Conversation

mcbarton
Copy link
Contributor

@mcbarton mcbarton commented Feb 3, 2025

The ci jobs are either building against 10.0.0 or 16.0.0 except the MacOS job which builds against 15.0.7 . The PR updates the MacOS so it is consistent with the llvms used on the other operating systems.

@@ -25,7 +25,7 @@ jobs:
llvm_asset_suffix: x86_64-linux-gnu-ubuntu-18.04
enable_pic: true
- os: macos-15
clang_version: 15.0.7
clang_version: 16.0.0
Copy link
Member

Choose a reason for hiding this comment

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

I think the reason for the different version here is a deliberate choice to make sure wasi-libc is compatible with different versions of llvm. If you want to propose dropping support for a certain older versions then please open a bug and we can discuss it there.

Copy link
Contributor Author

@mcbarton mcbarton Feb 3, 2025

Choose a reason for hiding this comment

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

It wasn't so much about dropping support. I just didn't understand why it doesn't match the llvm version targeted for other operating systems (e.g. other operating systems target 10.0.0 and 16.0.0, and not 10.0.0 and 15.0.7 like the MacOS jobs do). If its deliberate that it is different then I will close the PR.

@mcbarton mcbarton closed this Feb 3, 2025
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