We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f9297 commit eb58ac0Copy full SHA for eb58ac0
swift-ci/master/centos/7/Dockerfile
@@ -41,6 +41,9 @@ RUN yum install --enablerepo=centosplus -y \
41
42
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 echo /opt/rh/llvm-toolset-7.0/root/usr/lib64/ > /etc/ld.so.conf.d/llvm-toolset.conf
45
+RUN ldconfig
46
+
47
RUN sed -i -e 's/\*__block/\*__libc_block/g' /usr/include/unistd.h
48
49
USER build-user
0 commit comments