Skip to content

Commit eb72ce3

Browse files
committed
Don't build tests for ccache
1 parent 62bab24 commit eb72ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.ubuntu.vcpkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
3737
cd ~ && mkdir build && cd build && \
3838
curl -s https://api.github.com/repos/ccache/ccache/releases/latest | grep tarball_url | cut -d '"' -f 4 | wget -i- -O - | tar -xz && \
3939
cd ccache-ccache-* && \
40-
cmake -S . -B build -G Ninja -DREDIS_STORAGE_BACKEND=OFF -DCMAKE_BUILD_TYPE=Release && \
40+
cmake -S . -B build -G Ninja -DREDIS_STORAGE_BACKEND=OFF -DENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release && \
4141
cmake --build build --target install && \
4242
cd .. && rm -rf ccache-ccache-*
4343

0 commit comments

Comments
 (0)