Skip to content

Commit

Permalink
Update protobuf to 3.7.1 (PR 4)
Browse files Browse the repository at this point in the history
Closes bazelbuild#7611.

Change-Id: I7557fddc7148d3933c1bf2223bab450f58c5e621
  • Loading branch information
davido committed Mar 9, 2019
1 parent d6e6e77 commit 32b911d
Show file tree
Hide file tree
Showing 1,912 changed files with 8 additions and 1,065,720 deletions.
2 changes: 1 addition & 1 deletion src/test/shell/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ sh_test(
srcs = ["modify_execution_info_test.sh"],
data = [
":test-deps",
"//third_party/protobuf/3.6.1:srcs",
"//third_party/protobuf/3.7.1:srcs",
"@bazel_tools//tools/bash/runfiles",
],
)
Expand Down
4 changes: 2 additions & 2 deletions src/test/shell/integration/modify_execution_info_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ function test_modify_execution_info_various_types() {
cat >> WORKSPACE << EOF
new_local_repository(
name = "com_google_protobuf",
path = "$(dirname $(rlocation io_bazel/third_party/protobuf/3.6.1/BUILD))",
build_file = "$(rlocation io_bazel/third_party/protobuf/3.6.1/BUILD)",
path = "$(dirname $(rlocation io_bazel/third_party/protobuf/3.7.1/BUILD))",
build_file = "$(rlocation io_bazel/third_party/protobuf/3.7.1/BUILD)",
)
EOF
fi
Expand Down
Loading

0 comments on commit 32b911d

Please sign in to comment.