Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit 2cb63fd

Browse files
committed
Bump Skylark's protobuf dependency to ed87c1f.
This way, we have the fix for the Python protobuf build issue (see bazelbuild/bazel#1209). -- MOS_MIGRATED_REVID=124878800
1 parent cef789c commit 2cb63fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skylark/skylark.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def skydoc_repositories():
261261
native.git_repository(
262262
name = "protobuf",
263263
remote = "https://github.com/google/protobuf.git",
264-
commit = "60a0d41a2988a40cf3a94a4cb602f5f1c94135e9",
264+
commit = "ed87c1fe2c6e1633cadb62cf54b2723b2b25c280",
265265
)
266266

267267
# Protobuf expects an //external:python_headers label which would contain the

0 commit comments

Comments
 (0)