We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bab24 commit eb72ce3Copy full SHA for eb72ce3
docker/Dockerfile.ubuntu.vcpkg
@@ -37,7 +37,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
37
cd ~ && mkdir build && cd build && \
38
curl -s https://api.github.com/repos/ccache/ccache/releases/latest | grep tarball_url | cut -d '"' -f 4 | wget -i- -O - | tar -xz && \
39
cd ccache-ccache-* && \
40
- cmake -S . -B build -G Ninja -DREDIS_STORAGE_BACKEND=OFF -DCMAKE_BUILD_TYPE=Release && \
+ cmake -S . -B build -G Ninja -DREDIS_STORAGE_BACKEND=OFF -DENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release && \
41
cmake --build build --target install && \
42
cd .. && rm -rf ccache-ccache-*
43
0 commit comments