Skip to content

Commit

Permalink
Strip prefix is now supposed to be fixed, so trying that.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-dilorenzo committed May 30, 2024
1 parent 5a9d572 commit 7a626ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bazel/p4c_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ filegroup(
# Newest commit on main branch as of May 30, 2024.
commit = "62a9bd60599b87497a15feb6c7893b7ec8ba461f",
shallow_since = "1680213111 -0700",
# strip_prefix is broken; we use patch_cmds as a workaround,
# see https://github.com/bazelbuild/bazel/issues/10062.
# strip_prefix = "proto",
patch_cmds = ["mv -n proto/* ."],
strip_prefix = "proto",
)
if not native.existing_rule("com_google_googletest"):
# Cannot currently use local_repository due to Bazel limitation,
Expand Down

0 comments on commit 7a626ac

Please sign in to comment.