File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66case " $OS " in
77 al2023|al2023-arm)
8- dnf install -y cmake ninja-build gcc-c++ openssl-devel libcurl-devel zip tar gzip git
8+ dnf install -y cmake ninja-build gcc-c++ openssl-devel libcurl-devel zip tar gzip git jq
99 ;;
1010 ubuntu)
11- apt-get update && apt-get install -y git clang zlib1g-dev libssl-dev libcurl4-openssl-dev cmake ninja-build zip unzip curl
11+ apt-get update && apt-get install -y git clang zlib1g-dev libssl-dev libcurl4-openssl-dev cmake ninja-build zip unzip curl jq
1212 update-alternatives --set cc /usr/bin/clang
1313 update-alternatives --set c++ /usr/bin/clang++
1414 ;;
1515 alpine)
16- apk add --no-cache bash cmake curl-dev curl g++ git ninja zlib-dev zip unzip tar
16+ apk add --no-cache bash cmake curl-dev curl g++ git ninja zlib-dev zip unzip tar jq
1717 ;;
1818 arch)
19- pacman -Sy --noconfirm cmake ninja clang curl zip unzip git
19+ pacman -Sy --noconfirm cmake ninja clang curl zip unzip git jq
2020 ;;
2121 * )
2222 echo " Unknown OS: $OS " && exit 1
You can’t perform that action at this time.
0 commit comments