We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d441662 commit a42577dCopy full SHA for a42577d
ci/docker/centos8
@@ -2,6 +2,7 @@ ARG BASE=centos:8
2
FROM ${BASE} AS yum
3
RUN yum install -y \
4
which \
5
+ bzip2 \
6
git \
7
libarchive \
8
cmake \
@@ -31,7 +32,7 @@ RUN cd /tmp && \
31
32
curl --insecure --location --silent --show-error https://sourceware.org/pub/valgrind/valgrind-3.15.0.tar.bz2 | \
33
tar -xj && \
34
cd valgrind-3.15.0 && \
- CC=clang-10 ./configure && \
35
+ ./configure && \
36
make MAKEFLAGS="-j -l$(grep -c ^processor /proc/cpuinfo)" && \
37
make install && \
38
cd .. && \
0 commit comments