Skip to content

Commit eb58ac0

Browse files
authored
Add lib64 in the llvm-toolset config (#325)
1 parent 95f9297 commit eb58ac0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

swift-ci/master/centos/7/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ RUN yum install --enablerepo=centosplus -y \
4141

4242
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
4343

44+
RUN echo /opt/rh/llvm-toolset-7.0/root/usr/lib64/ > /etc/ld.so.conf.d/llvm-toolset.conf
45+
RUN ldconfig
46+
4447
RUN sed -i -e 's/\*__block/\*__libc_block/g' /usr/include/unistd.h
4548

4649
USER build-user

0 commit comments

Comments
 (0)