File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# See https://github.com/bazelbuild/bazelisk
22# Version required for Java 24 support (https://github.com/bazelbuild/bazel/commit/806a6e82320956b63f1351ebe2b0da8483f36f19).
3- USE_BAZEL_VERSION=7.6.1
3+ USE_BAZEL_VERSION=7.6.0
Original file line number Diff line number Diff line change @@ -124,25 +124,6 @@ jobs:
124124 - name : Integration Tests
125125 run : |
126126 bazelisk --batch test //test/integration/... --jvmopt=-Dcom.google.testing.junit.runner.shouldInstallTestSecurityManager=false
127- - name : Gradle Build Generated Storage Client Library
128- run : |
129- echo "Building Storage lib from generated source..."
130- mkdir /tmp/java-storage
131- bazelisk --batch build @com_google_googleapis//google/storage/v2:google-cloud-storage-v2-java
132- tar zxvf bazel-bin/external/com_google_googleapis/google/storage/v2/google-cloud-storage-v2-java.tar.gz -C /tmp/java-storage
133- pushd /tmp/java-storage/google-cloud-storage-v2-java
134- ./gradlew clean build publishToMavenLocal sourcesJar allJars
135- popd
136-
137- - name : Gradle Build Generated Compute Client Library
138- run : |
139- echo "Building Compute lib from generated source..."
140- mkdir /tmp/java-compute
141- bazelisk --batch build @com_google_googleapis//google/cloud/compute/v1small:google-cloud-compute-small-v1-java
142- tar zxvf bazel-bin/external/com_google_googleapis/google/cloud/compute/v1small/google-cloud-compute-small-v1-java.tar.gz -C /tmp/java-compute
143- pushd /tmp/java-compute/google-cloud-compute-small-v1-java
144- ./gradlew clean build publishToMavenLocal sourcesJar allJars
145- popd
146127 build-java8-except-gapic-generator-java :
147128 name : " build(8) except for gapic-generator-java"
148129 runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments