Skip to content

Commit

Permalink
update p4runtime (#615)
Browse files Browse the repository at this point in the history
* update p4runtime submodule

* update bazel deps to match gitmodule for p4runtime

Signed-off-by: Glen Gibb <glen.gibb@intel.com>
  • Loading branch information
grg authored Oct 18, 2024
1 parent 5eae9c8 commit 2bb40f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bazel/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ GNMI_SHA="3701005f28044065608322c179625c8898beadb80c89096b3d8aae1fbac15108";
# We cannot use the latest release (v1.3.0) as we need to include a recent fix
# to support Bazel 5.0. More precisely, this fix updates the Bazel build
# dependencies to more recent versions compatible with Bazel 5.0.
P4RUNTIME_COMMIT="1e771c4e05c4e7e250df00212b3ca02ee3202d71"
P4RUNTIME_SHA="251009589f02a0baaac7a1c8733c994340f141e30044cbcb1b7e03c6d438b4b8"
P4RUNTIME_COMMIT="ec4eb5ef70dbcbcbf2f8357a4b2b8c2f218845a5"
P4RUNTIME_SHA="ea8b7744c45afa7a78a90a1a4232b5fbb386b6714dc16c9b1ea643398889c92b"

def PI_deps():
"""Loads dependencies needed to compile PI."""
Expand Down

0 comments on commit 2bb40f7

Please sign in to comment.