Update macOS machines to 2025-04-09.#44950
Conversation
* Update macOS to 15.4. * Update XCode Command Line Tools to 16.3.
|
Looks like we will need all the port fixes from #44273 |
…4-09 # Conflicts: # ports/libbson/vcpkg.json # versions/baseline.json # versions/l-/libbson.json
New macOS breaks lots of ports who try to form |
Or LLVM? |
Yes, I believe it is that same issue. It's "New macOS" because it means updated xcode which means updated libc++ |
|
And they said "WAI" which I had to look up: "works as intented" 👀 |
I mean, they are doing what the standard says: https://eel.is/c++draft/char.traits.specializations.general |
|
Add the ports to ci baseline? |
It's like half the registry though. And being on the previous release a bit isn't the end of the world for now.... in particular boost, qt, and hdf5 being broken wipes out a lot of things... |
|
Just as a note, this PR is in relation to the CI system, but all these ports now also fails to compile for vcpkg users users the latest Xcode :( Just ran into this on a Mac trying to use VTK. |
|
related issue for vtk #44880 |
Yeah, customers are currently experiencing that. Not much we can really do though :( |
|
Since it looks like this won't happen for April I'm giving up and will give these machines back to the january image pool |
This PR is effectively co-authored by @Neumann-A due to CMake 4.x cherry picked fixes from #44273