mirror of
https://github.com/shaka-project/shaka-packager.git
synced 2026-04-02 19:30:21 +00:00
Some checks failed
Update Issues / update-issues (push) Has been cancelled
Release / Settings (push) Has been cancelled
Release / Update docs (push) Has been cancelled
Release / Update docker image (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Artifacts (push) Has been cancelled
Release / Update NPM (push) Has been cancelled
Release / release (push) Has been cancelled
Release / Compute latest release flag (push) Has been cancelled
Current deps require an old CMake version, support for which has been removed from latest CMake in Ubuntu and Arch. ``` CMake Error at packager/third_party/c-ares/source/CMakeLists.txt:3 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 has been removed from CMake. ``` This upgrades: - abseil-cpp, 20240116.0 => 20260107.1 - c-ares, v1.20.1 => v1.34.5 - json, v3.10.1-115-g954b10ad => v3.12.0 - libwebm, 1.0.0.28 => 1.0.0.32 With these changes, the build has been verified with CMake 3.31.11 (latest v3) and CMake 4.2.3 (latest v4). --------- Co-authored-by: Joey Parrish <joeyparrish@google.com>