We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a847a2 commit ae2c300Copy full SHA for ae2c300
1 file changed
Docker/Dockerfile-ORE
@@ -28,7 +28,7 @@ RUN cd /ore \
28
&& find -regex ".*\.\(sh\|in\|ac\|am\)" -exec dos2unix {} ';' \
29
&& cp Docker/CMakeLists_ORE.txt CMakeLists.txt \
30
&& mkdir -p build.ore && cd build.ore \
31
- && cmake .. -DQL_USE_PCH=OFF -DORE_BUILD_DOC=OFF -DCMAKE_BUILD_TYPE=${cmake_build_type} -DCMAKE_CXX_FLAGS="-mavx2" -DORE_ENABLE_PARALLEL_UNIT_TEST_RUNNER=ON -DORE_USE_ZLIB=ON -D ORE_ENABLE_OPENCL=ON
+ && cmake .. -DQL_USE_PCH=OFF -DORE_BUILD_DOC=ON -DCMAKE_BUILD_TYPE=${cmake_build_type} -DCMAKE_CXX_FLAGS="-mavx2" -DORE_ENABLE_PARALLEL_UNIT_TEST_RUNNER=ON -DORE_USE_ZLIB=ON -D ORE_ENABLE_OPENCL=ON
32
33
WORKDIR /ore/build.ore
34
RUN --mount=type=cache,target=/ccache/ ccache -z \
0 commit comments