Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rules_boost which pulled in the compromised xz dependency. #4584

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix rules_boost which pulls in the compromised xz dependency.
  • Loading branch information
fruffy committed Mar 31, 2024
commit 992a90ce2279a97eabfb3e844ea6e45462669807
4 changes: 2 additions & 2 deletions bazel/p4c_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ filegroup(
git_repository(
name = "com_github_nelhage_rules_boost",
# Newest commit on main branch as of April 11, 2023.
commit = "ded8ba4bcdadb50a2fb2f363b1501eb775d13aac",
commit = "e1854fb177ae91dc82ce9534737f5238d2cee9d0",
remote = "https://github.com/nelhage/rules_boost",
shallow_since = "1680804650 -0700",
shallow_since = "1711834277 -0700",
)
if not native.existing_rule("com_github_p4lang_p4runtime"):
# Cannot currently use local_repository due to Bazel limitation,
Expand Down
Loading