You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Fix various MacOS problems with GitHub and CMake (#1982)
The combination of cmake 4.0, changing homebrew default package
versions, and slight changes rolled out to the GitHub Actions runner
images conspired to break our CI for 2 of 3 Mac variants. Fixes:
* Apple: only add the -isysroot to the bitcode-generating clang++
command if CMAKE_OSX_SYSROOT is defined.
Plot twist -- this is no longer set by cmake starting with cmake 4.0!
* Fix incorrect warning message for apple clang vs newish llvm
in externalpackages.cmake.
* Remove homebrew unlinking of [email protected] that warned in
install_homebrew_deps.bash. On the GHA runners, it was giving us
warnings because we were asking this package to be unlinked but it
wasn't installed. For future needs, add an env variable based way
to unlink individual packges.
Signed-off-by: Larry Gritz <[email protected]>
0 commit comments