This commit is contained in:
Andrea Cavalli 2021-05-04 23:07:39 +02:00
parent dc568057db
commit 8db11ec6b2
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM debian:bionic FROM debian:buster
ARG REVISION ARG REVISION
ARG GH_MATRIX_OS ARG GH_MATRIX_OS

View File

@ -4,8 +4,8 @@ set -e
if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then
echo "==Linux====" echo "==Linux===="
sudo apt install -y make git zlib1g-dev libssl-dev gperf cmake \ sudo apt install -y make git zlib1g-dev libssl-dev gperf cmake \
ccache maven python3 python3-pip php7.2-cli \ ccache maven python3 python3-pip php-cli \
clang-10 libc++-10-dev libc++abi-10-dev clang libc++-dev libc++abi-dev
elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then
echo "==OSX======" echo "==OSX======"