summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-16 14:09:17 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-08-16 14:09:17 -0400
commita42577db27eb31b7f727188683cd1209b3f2f2d6 (patch)
treeefb583544d44431b372675cd87e87d4612d636ac /ci
parentd4416624fa6e74f7a07b7b2c021e049b315e5510 (diff)
downloadlibgit2-a42577db27eb31b7f727188683cd1209b3f2f2d6.tar.gz
ci: update centos builds
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/centos83
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/docker/centos8 b/ci/docker/centos8
index da0f2da94..bda4ee795 100644
--- a/ci/docker/centos8
+++ b/ci/docker/centos8
@@ -2,6 +2,7 @@ ARG BASE=centos:8
FROM ${BASE} AS yum
RUN yum install -y \
which \
+ bzip2 \
git \
libarchive \
cmake \
@@ -31,7 +32,7 @@ RUN cd /tmp && \
curl --insecure --location --silent --show-error https://sourceware.org/pub/valgrind/valgrind-3.15.0.tar.bz2 | \
tar -xj && \
cd valgrind-3.15.0 && \
- CC=clang-10 ./configure && \
+ ./configure && \
make MAKEFLAGS="-j -l$(grep -c ^processor /proc/cpuinfo)" && \
make install && \
cd .. && \