mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 20:14:23 +08:00
The docker images for Linux have all been combined into a single image that contain the latest and minimum versions of GCC that are supported, along with a recent Clang and both a normal and a TSAN-instrumented libc++. Bazel is now Bazelisk, which allows for easier testing of other Bazel versions. Summary: Linux Clang x86_64: 22.1.0-rc2 (needed to test a C++26 feature) Linux Clang aarch64: 21.1.8 (the latest release candidate is broken on ARM) GCC latest: 15.2.0 GCC floor: 9.5.0 Bazel 8.5.1 CMake 4.2.3 MacOS and Windows is also updated to Bazel 8.5.1 so the vendor cache, which is dependent on the Bazel version, also works on these platforms. PiperOrigin-RevId: 864975917 Change-Id: I072f93164b8ecc0b3a6f2c3d0efecea5bdd05c02