git-hulk opened a new pull request, #2899:
URL: https://github.com/apache/kvrocks/pull/2899
We got the following error recently in CI:
```
clang: warning: no such sysroot directory: '-DXXH_NAMESPACE=LZ4_'
[-Wmissing-sysroot]
lz4.c:224:11: fatal error: 'stdlib.h' file not found
# include <stdlib.h> /* malloc, calloc, free */
^~~~~~~~~~/
```
and seems it's caused by macOS force upgrading Camke to 4.0:
```
Run brew install --quiet --formula cmake gcc autoconf automake libtool
openssl coreutils
cmake 3.31.6 is already installed but outdated (so it will be upgraded).
==> Fetching cmake
==> Fetching dependencies for autoconf: m4
==> Fetching m4
==> Fetching autoconf
==> Fetching automake
==> Fetching libtool
==> Fetching coreutils
==> Upgrading cmake
3.31.6 -> 4.0.1
```
Related issue: https://github.com/actions/runner-images/issues/11926
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]