summary refs log tree commit diff
path: root/src/ci/docker/scripts/cmake.sh
AgeCommit message (Collapse)AuthorLines
2022-03-18Fix cmake build.Eric Huss-3/+3
(cherry picked from commit 8322cdb1da257652bf663ae335b190dc129e479f)
2021-03-01Build newer version of cmake in Docker imagesNikita Popov-0/+34
LLVM requires CMake 3.13.4, which is only available as of Ubuntu 20.04. On images using an older version, build it manually.