Skip to content

Commit

Permalink
Fix the Sax OSS build error at HEAD
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610636733
Change-Id: Ie1241d8520b070ea7bf33ea84996d433900d2081
  • Loading branch information
changlan authored and copybara-github committed Feb 27, 2024
1 parent a2d3c42 commit 5a4851c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,19 @@ http_archive(
],
)

http_archive(
name = "build_bazel_rules_apple",
sha256 = "65eafafe94b8573e74160b7f587d091a0fa34d69e6d2c41c4afb1eef140383ec",
url = "https://github.com/bazelbuild/rules_apple/releases/download/3.3.0/rules_apple.3.3.0.tar.gz",
)

load(
"@build_bazel_rules_apple//apple:repositories.bzl",
"apple_rules_dependencies",
)

apple_rules_dependencies()

http_archive(
name = "com_google_protobuf",
sha256 = "930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53",
Expand Down

0 comments on commit 5a4851c

Please sign in to comment.