Skip to content

Commit c66219a

Browse files
JamesMBartlettcopybaranaut
authored andcommitted
[bpftrace] Rebase bpftrace on iovisor main.
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
1 parent 11a1368 commit c66219a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bazel/repository_locations.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ GIT_REPOSITORY_LOCATIONS = dict(
326326
),
327327
com_github_iovisor_bpftrace = dict(
328328
remote = "https://github.com/pixie-io/bpftrace.git",
329-
commit = "9ff019c98efee9b7fef5542acd03e6bb326f991f",
330-
shallow_since = "1655158573 -0700",
329+
commit = "9dd8045d2b7a6971634b877686298135e2004e86",
330+
shallow_since = "1655490642 -0700",
331331
),
332332
com_github_apangin_jattach = dict(
333333
remote = "https://github.com/pixie-io/jattach.git",

0 commit comments

Comments
 (0)