Commit a42577db by Edward Thomson

ci: update centos builds

parent d4416624
...@@ -2,6 +2,7 @@ ARG BASE=centos:8 ...@@ -2,6 +2,7 @@ ARG BASE=centos:8
FROM ${BASE} AS yum FROM ${BASE} AS yum
RUN yum install -y \ RUN yum install -y \
which \ which \
bzip2 \
git \ git \
libarchive \ libarchive \
cmake \ cmake \
...@@ -31,7 +32,7 @@ RUN cd /tmp && \ ...@@ -31,7 +32,7 @@ RUN cd /tmp && \
curl --insecure --location --silent --show-error https://sourceware.org/pub/valgrind/valgrind-3.15.0.tar.bz2 | \ curl --insecure --location --silent --show-error https://sourceware.org/pub/valgrind/valgrind-3.15.0.tar.bz2 | \
tar -xj && \ tar -xj && \
cd valgrind-3.15.0 && \ cd valgrind-3.15.0 && \
CC=clang-10 ./configure && \ ./configure && \
make MAKEFLAGS="-j -l$(grep -c ^processor /proc/cpuinfo)" && \ make MAKEFLAGS="-j -l$(grep -c ^processor /proc/cpuinfo)" && \
make install && \ make install && \
cd .. && \ cd .. && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment