Skip to content

Commit fcf09b6

Browse files
coryanddelgrosso1
authored andcommitted
ci(gcb): only compile storage (#8)
For ACv2 development we only need to compile the storage libraries and a few dependencies. This saves hours of CPU time per build, and simplifies the configuration for integration tests.
1 parent c293f57 commit fcf09b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/etc/cloudcxxrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ALWAYS_RESET_CMAKE_CACHE=NO
2020
# By default compile most features.
2121
ENABLED_FEATURES=__ga_libraries__,__experimental_libraries__,opentelemetry
2222

23-
# By default compile all the code.
24-
BAZEL_TARGETS=("...")
23+
# By default compile only the storage library.
24+
BAZEL_TARGETS=("//google/cloud/storage/...")
2525

2626
# Set to `YES` to run the unit tests.
2727
RUN_UNIT_TESTS=YES

0 commit comments

Comments
 (0)