Skip to content

Commit 220643a

Browse files
P4 Infra Teamcopybara-github
authored andcommitted
Update p4-constraints version in dependency.
PiperOrigin-RevId: 807688031
1 parent 80648bd commit 220643a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

p4_infra_deps.bzl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,12 @@ def p4_infra_deps():
134134
sha256 = "8b71b8a9e59c3ee7d99653e394afc44a0bfc6437dec14df619d5e1f766f129c6",
135135
)
136136
if not native.existing_rule("com_github_p4lang_p4_constraints"):
137+
# This commit is from https://github.com/p4lang/p4-constraints/pull/177.
138+
# TODO: b/445173612 - Remove Bazel build hacks and depend on a proper upstream branch.
137139
http_archive(
138140
name = "com_github_p4lang_p4_constraints",
139-
urls = ["https://github.com/p4lang/p4-constraints/archive/5712d1e53c897692d155e0546edfad0baf78eca1.zip"],
140-
strip_prefix = "p4-constraints-5712d1e53c897692d155e0546edfad0baf78eca1",
141-
sha256 = "e77bc52271b8d6b740c6141eb53c1882d81839f5d050d7ad71f63abf2efdc1c4",
141+
urls = ["https://github.com/p4lang/p4-constraints/archive/5b6ec72c61c9f69b1d62b58e170eb414c6748059.zip"],
142+
strip_prefix = "p4-constraints-5b6ec72c61c9f69b1d62b58e170eb414c6748059",
142143
)
143144
if not native.existing_rule("com_jsoncpp"):
144145
http_archive(

0 commit comments

Comments
 (0)