Skip to content

Commit

Permalink
Update Bazel example to point to 1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Smolka <smolkaj@google.com>
  • Loading branch information
smolkaj committed Aug 9, 2024
1 parent f0123f7 commit ca3c231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/example/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ local_repository(

# http_archive(
# name = "com_github_p4lang_p4runtime",
# urls = ["https://github.com/p4lang/p4runtime/archive/v1.3.0.tar.gz"],
# strip_prefix = "p4runtime-1.3.0/proto",
# urls = ["https://github.com/p4lang/p4runtime/archive/v1.4.0.tar.gz"],
# strip_prefix = "p4runtime-1.4.0/proto",
# # sha256 = "<insert hash value here>",
# )

Expand All @@ -21,7 +21,7 @@ local_repository(
# remote = "https://github.com/p4lang/p4runtime.git",
# # strip_prefix = "proto", # https://github.com/bazelbuild/bazel/issues/10062
# patch_cmds = ["mv proto/* ."], # Workaround since strip_prefix is broken.
# tag = "v1.3.0",
# tag = "v1.4.0",
# )

load("@com_github_p4lang_p4runtime//:p4runtime_deps.bzl", "p4runtime_deps")
Expand Down

0 comments on commit ca3c231

Please sign in to comment.