Skip to content

Commit a42577d

Browse files
committed
ci: update centos builds
1 parent d441662 commit a42577d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/docker/centos8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ ARG BASE=centos:8
22
FROM ${BASE} AS yum
33
RUN yum install -y \
44
which \
5+
bzip2 \
56
git \
67
libarchive \
78
cmake \
@@ -31,7 +32,7 @@ RUN cd /tmp && \
3132
curl --insecure --location --silent --show-error https://sourceware.org/pub/valgrind/valgrind-3.15.0.tar.bz2 | \
3233
tar -xj && \
3334
cd valgrind-3.15.0 && \
34-
CC=clang-10 ./configure && \
35+
./configure && \
3536
make MAKEFLAGS="-j -l$(grep -c ^processor /proc/cpuinfo)" && \
3637
make install && \
3738
cd .. && \

0 commit comments

Comments
 (0)