Skip to content

Commit

Permalink
update cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Bucky Kittinger committed Mar 27, 2023
1 parent be71fb0 commit 88d1569
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .cicd/platforms/ubuntu18.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN apt-get update && apt-get upgrade -y && \
software-properties-common \
zlib1g-dev \
pkg-config \
libboost-all-dev
libboost-all-dev \
libcurl4-gnutls-dev

RUN add-apt-repository ppa:git-core/ppa && apt update && apt install -y git

Expand All @@ -21,4 +22,4 @@ RUN curl -L https://www.python.org/ftp/python/3.10.6/Python-3.10.6.tgz | tar zx
rm -rf Python*

ENV CC=gcc-8
ENV CXX=g++-8
ENV CXX=g++-8
3 changes: 2 additions & 1 deletion .cicd/platforms/ubuntu20.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN apt-get update && apt-get upgrade -y && \
python3 \
pkg-config \
libcurl4-openssl-dev \
libboost-all-dev
libboost-all-dev \
libcurl4-gnutls-dev
3 changes: 2 additions & 1 deletion .cicd/platforms/ubuntu22.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN apt-get update && apt-get upgrade -y && \
python3 \
pkg-config \
libcurl4-openssl-dev \
libboost-all-dev
libboost-all-dev \
libcurl4-gnutls-dev

0 comments on commit 88d1569

Please sign in to comment.