Skip to content

Commit 77a3734

Browse files
committed
bazel quickstart version has to be changed in two phases
1 parent 0785dc4 commit 77a3734

File tree

142 files changed

+141
-153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+141
-153
lines changed

bazel/workspace0.bzl

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,10 @@ def gl_cpp_workspace0(name = None):
7373
urls = [
7474
"https://github.com/bazelbuild/rules_cc/releases/download/0.1.1/rules_cc-0.1.1.tar.gz",
7575
],
76-
# sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1",
76+
sha256 = "712d77868b3152dd618c4d64faaddefcc5965f90f5de6e6dd1d5ddcd0be82d42",
7777
strip_prefix = "rules_cc-0.1.1",
7878
)
7979

80-
# Load rules_java, for some reason only bazel knows
81-
maybe(
82-
http_archive,
83-
name = "rules_java",
84-
urls = [
85-
"https://github.com/bazelbuild/rules_java/releases/download/8.11.0/rules_java-8.11.0.tar.gz",
86-
],
87-
# sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1",
88-
strip_prefix = "rules_java-8.11.0",
89-
)
90-
9180
maybe(
9281
http_archive,
9382
name = "com_envoyproxy_protoc_gen_validate",

ci/cloudbuild/builds/lib/integration.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ function integration::bazel_with_emulators() {
254254
read -r protobuf_proto_path < <(find "${bazel_output_base}/external" -name "empty.proto" | sed -nE 's/(.+\/src)\/google\/protobuf\/empty.proto/\1/p')
255255
read -r googleapis_proto_path < <(find "${bazel_output_base}/external" -name "api-index-v1.json" | sed -nE 's/(.+)\/api-index-v1.json/\1/p')
256256

257-
258257
bazel run --action_env=GOOGLE_CLOUD_CPP_ENABLE_CLOG=yes \
259258
//generator:google-cloud-cpp-codegen -- \
260259
--protobuf_proto_path="${protobuf_proto_path}" \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.1
1+
7.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.1
1+
7.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.1
1+
7.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.1
1+
7.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.1
1+
7.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.1
1+
7.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.1
1+
7.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.1
1+
7.6.1

0 commit comments

Comments
 (0)