Skip to content

Commit

Permalink
Add lib64 in the llvm-toolset config (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal authored Jan 23, 2023
1 parent 95f9297 commit eb58ac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swift-ci/master/centos/7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ RUN yum install --enablerepo=centosplus -y \

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

RUN echo /opt/rh/llvm-toolset-7.0/root/usr/lib64/ > /etc/ld.so.conf.d/llvm-toolset.conf
RUN ldconfig

RUN sed -i -e 's/\*__block/\*__libc_block/g' /usr/include/unistd.h

USER build-user
Expand Down

0 comments on commit eb58ac0

Please sign in to comment.