Skip to content

Commit 13f121e

Browse files
committed
undo other workspace changes
1 parent e391fca commit 13f121e

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

internal_deps.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,12 @@ def rules_python_internal_deps():
186186
)
187187

188188
# Needed by rules_cc, triggered by @rules_java_builtins from Bazel
189-
http_archive(
190-
name = "protobuf",
191-
sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
192-
strip_prefix = "protobuf-27.0",
193-
url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
194-
)
189+
##http_archive(
190+
## name = "protobuf",
191+
## sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
192+
## strip_prefix = "protobuf-27.0",
193+
## url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
194+
##)
195195

196196
# Needed for stardoc
197197
http_archive(

tests/integration/py_cc_toolchain_registered/WORKSPACE

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@ local_repository(
55
path = "../../..",
66
)
77

8-
http_archive(
9-
name = "proto_bazel_features",
10-
sha256 = "d7787da289a7fb497352211ad200ec9f698822a9e0757a4976fd9f713ff372b3",
11-
strip_prefix = "bazel_features-1.9.1",
12-
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.9.1/bazel_features-v1.9.1.tar.gz",
13-
)
14-
15-
http_archive(
16-
name = "com_google_protobuf",
17-
##sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
18-
strip_prefix = "protobuf-29.0-rc2",
19-
urls = [
20-
"https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc2/protobuf-29.0-rc2.tar.gz",
21-
],
22-
)
23-
24-
http_archive(
25-
name = "protobuf",
26-
##sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
27-
strip_prefix = "protobuf-29.0-rc2",
28-
urls = [
29-
"https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc2/protobuf-29.0-rc2.tar.gz",
30-
],
31-
)
8+
##http_archive(
9+
## name = "proto_bazel_features",
10+
## sha256 = "d7787da289a7fb497352211ad200ec9f698822a9e0757a4976fd9f713ff372b3",
11+
## strip_prefix = "bazel_features-1.9.1",
12+
## url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.9.1/bazel_features-v1.9.1.tar.gz",
13+
##)
14+
##
15+
##http_archive(
16+
## name = "com_google_protobuf",
17+
## ##sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
18+
## strip_prefix = "protobuf-29.0-rc2",
19+
## urls = [
20+
## "https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc2/protobuf-29.0-rc2.tar.gz",
21+
## ],
22+
##)
23+
##
24+
##http_archive(
25+
## name = "protobuf",
26+
## ##sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
27+
## strip_prefix = "protobuf-29.0-rc2",
28+
## urls = [
29+
## "https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc2/protobuf-29.0-rc2.tar.gz",
30+
## ],
31+
##)
3232

3333
load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_toolchains")
3434

0 commit comments

Comments
 (0)