Skip to content

Comments

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

Closed
mcbarton wants to merge 1 commit intoWebAssembly:mainfrom
mcbarton:Update-MacOS-15.0.7-job-to-16.0.0
Closed

Update MacOS-15 ci job building against llvm 15.0.7 to llvm 16.0.0#570
mcbarton wants to merge 1 commit intoWebAssembly:mainfrom
mcbarton:Update-MacOS-15.0.7-job-to-16.0.0

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.

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