We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6afeb6 commit 6c7f4f7Copy full SHA for 6c7f4f7
2 files changed
ci/cloudbuild/builds/lib/integration.sh
@@ -323,7 +323,7 @@ function integration::ctest_with_emulators() {
323
"${PROJECT_ROOT}/google/cloud/storage/ci/${EMULATOR_SCRIPT}" \
324
"${cmake_out}" "${ctest_args[@]}" -L integration-test-emulator
325
326
- if ! [[ "${skip_args[*]}" =~ "spanner" ]]; then
+ if ! [[ "${skip_args[*]}" =~ " spanner " ]]; then
327
io::log_h2 "Running Spanner integration tests (with emulator)"
328
"${PROJECT_ROOT}/google/cloud/spanner/ci/${EMULATOR_SCRIPT}" \
329
ci/cloudbuild/dockerfiles/ubuntu-22.04.Dockerfile
@@ -26,7 +26,6 @@ RUN apt-get update && \
26
git \
27
gcc \
28
g++ \
29
- cmake \
30
libcurl4-openssl-dev \
31
libssl-dev \
32
libtool \
0 commit comments