Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 10, 2024
1 parent 6248458 commit c67dcd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/centos7-build
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ ENV PATH="/usr/lib/ccache:$PATH"
RUN source /opt/rh/devtoolset-11/enable && \
source /opt/rh/rh-git227/enable && \
export VCPKG_BINARY_SOURCES="clear;files,/workspace/vcpkg_cache,readwrite" && \
export CC="ccache gcc" && \
export CXX="ccache g++" && \
export MPICC="ccache mpicc" && \
export MPICXX="ccache mpicxx" && \
cmake -B _build -S . \
-DBUILD_TESTING=ON \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
Expand Down

0 comments on commit c67dcd8

Please sign in to comment.