mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
9f60093b41
* Add script for CMake PPA * Call the CMake PPA script in Drone CI "apt-get update -qq" can be omitted, as that command is already called by the script to pull in necessary packages for the CMake GPG keys. * Remove sudo calls in the CMake PPA script This script is intended to be run in Docker images, where the default user is already root. * Use echo instead of printf * Use /etc/os-release instead of lsb_release lsd_release could be installed, but os-release is just more convenient to grab the version code from at this point. * On Debian images grab CMake from buster-backports It's not wise to mix Ubuntu PPAs with Debian and buster-backports has CMake 3.16, which is recent enough for our purposes. Co-authored-by: friendlyanon <friendlyanon@users.noreply.github.com>