| Name |
Last commit
|
Last Update |
|---|---|---|
| .github | ||
| pybind11_abseil | ||
| scripts | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
| WORKSPACE | ||
| requirements.txt |
It is unclear what exactly broke testing with the standard command:
```
./scripts/google_run_tests.sh --make_jobs=48
```
```
/usr/local/google/home/rwgk/tmp/pybind11_abseil/tmp_build/_deps/abseil-cpp-src/absl/strings/internal/str_format/extension.h:34:6: warning: elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword
34 | enum class FormatConversionChar : uint8_t;
| ~~~~ ^~~~~
| -----
/usr/local/google/home/rwgk/tmp/pybind11_abseil/tmp_build/_deps/abseil-cpp-src/absl/strings/internal/str_format/extension.h:34:33: error: found ‘:’ in nested-name-specifier, expected ‘::’
34 | enum class FormatConversionChar : uint8_t;
| ^
| ::
```
Updating abseil-cpp to the same version as used in the bazel WORKSPACE file fixes the cmake build failures.
PiperOrigin-RevId: 574639457
| Name |
Last commit
|
Last Update |
|---|---|---|
| .github | Loading commit data... | |
| pybind11_abseil | Loading commit data... | |
| scripts | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .pre-commit-config.yaml | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| LICENSE | Loading commit data... | |
| README.md | Loading commit data... | |
| WORKSPACE | Loading commit data... | |
| requirements.txt | Loading commit data... |