diff --git a/services/lib/docker/build_sources.sh b/services/lib/docker/build_sources.sh --- a/services/lib/docker/build_sources.sh +++ b/services/lib/docker/build_sources.sh @@ -12,7 +12,8 @@ echo "building the server (nproc=$NPROC)..." pushd cmake/build -cmake ../.. +# gtest is not installed, avoid building test suites +cmake ../.. -DBUILD_TESTING=OFF make -j "$NPROC" popd