Skip to content

Commit c63496d

Browse files
committed
run clang build in Dockerfile
1 parent 21072ac commit c63496d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ ENV CXX=/opt/rh/gcc-toolset-10/root/bin/g++
2424
ENV CMAKE_CXX_COMPILER=/opt/rh/gcc-toolset-10/root/bin/clang++
2525
ENV LD_LIBRARY_PATH=/opt/rh/gcc-toolset-10/root/usr/lib64:/opt/rh/gcc-toolset-10/root/usr/lib:/opt/rh/gcc-toolset-10/root/usr/lib64/dyninst
2626
ENV PATH=/opt/rh/devtoolset-10/root/usr/bin:/opt/python/cp311-cp311/bin:${PATH}
27+
28+
ADD build_clang.sh /opt/
29+
RUN /opt/build_clang.sh

0 commit comments

Comments
 (0)