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 f53cb8e commit 95f9297Copy full SHA for 95f9297
swift-ci/master/centos/7/Dockerfile
@@ -19,7 +19,7 @@ RUN yum install --enablerepo=centosplus -y \
19
libtool \
20
libuuid-devel \
21
libxml2-devel \
22
- llvm-toolset-7 \
+ llvm-toolset-7.0 \
23
make \
24
ncurses-devel \
25
ninja-build \
@@ -39,7 +39,7 @@ RUN yum install --enablerepo=centosplus -y \
39
which \
40
zlib-devel
41
42
-RUN echo -e ". /opt/rh/sclo-git25/enable\n. /opt/rh/llvm-toolset-7/enable\n. /opt/rh/devtoolset-8/enable\n" >> /home/build-user/.bashrc
+RUN echo -e ". /opt/rh/sclo-git25/enable\n. /opt/rh/llvm-toolset-7.0/enable\n. /opt/rh/devtoolset-8/enable\n" >> /home/build-user/.bashrc
43
44
RUN sed -i -e 's/\*__block/\*__libc_block/g' /usr/include/unistd.h
45
0 commit comments