mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
55281c01fb
* Use 'set -e' as it is portable * Install git on the i386 images * Remove CMake PPA from arm64 images CMake's PPA doesn't actually distribute arm64 binary packages. See related issues: https://gitlab.kitware.com/cmake/cmake/-/issues/17923 https://gitlab.kitware.com/cmake/cmake/-/issues/20122 * Use Debian Buster instead of Ubuntu Bionic Beaver Buster has all the packages in apt that is needed, which is convenient * Install Clang 6.0 explicitly Make sure that what gets installed is clang 6.0 as the step name suggests. https://packages.debian.org/buster/clang-6.0 * Install CMake from buster-backports Co-authored-by: friendlyanon <friendlyanon@users.noreply.github.com>