ola: revision bump (abseil 20250512.1)#233009
Conversation
|
Needs fixes to build. See #232571 |
c87f58a to
aa134f7
Compare
57f4334 to
bfdcee2
Compare
|
Skipping some tests on macOS which may just be flaky. Existing bottles are broken so I think we should just merge. Can deal with 15-arm64 later. Failure will temporarily go away in Xcode 16.4 as Apple restored the deprecated behavior that LLVM removed. May fail again in Tahoe release. |
|
Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
We may want to apply the patches at #232571 so that the headers here work on Xcode 16.3, at least? |
I don't think it fixes LLVM 19+ error which looks due to usage of At least the char_trait failures are often due to not using a standard specialization https://en.cppreference.com/w/cpp/string/char_traits.html and relying on generic implementation (https://reviews.llvm.org/D157058) |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?Broken linkage seen in #232580