Skip to content

Commit

Permalink
[bpftrace] Rebase bpftrace on iovisor main.
Browse files Browse the repository at this point in the history
Summary: Rebase bpftrace to iovisor main so that it works on the newest linux kernel.

Test Plan:
Ran bpftrace test.

#ci:bpf-build-all-kernels

Reviewers: zasgar, vihang, oazizi, #third_party_approvers

Reviewed By: vihang, #third_party_approvers

Signed-off-by: James Bartlett <jamesbartlett@pixielabs.ai>

Differential Revision: https://phab.corp.pixielabs.ai/D11630

GitOrigin-RevId: 0bcc7c3
  • Loading branch information
JamesMBartlett authored and copybaranaut committed Jul 5, 2022
1 parent 11a1368 commit c66219a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ GIT_REPOSITORY_LOCATIONS = dict(
),
com_github_iovisor_bpftrace = dict(
remote = "https://github.com/pixie-io/bpftrace.git",
commit = "9ff019c98efee9b7fef5542acd03e6bb326f991f",
shallow_since = "1655158573 -0700",
commit = "9dd8045d2b7a6971634b877686298135e2004e86",
shallow_since = "1655490642 -0700",
),
com_github_apangin_jattach = dict(
remote = "https://github.com/pixie-io/jattach.git",
Expand Down

0 comments on commit c66219a

Please sign in to comment.