Skip to content
This repository was archived by the owner on Jun 4, 2022. It is now read-only.

Commit 594df25

Browse files
Udip Pantfacebook-github-bot
authored andcommitted
update to libbpf-0.3 in getdeps
Summary: Allows us to use new APIs in libbpf Reviewed By: anakryiko Differential Revision: D25933787 fbshipit-source-id: f0988caae351760b814eba74f6f716db51f728bd
1 parent a309551 commit 594df25

File tree

1 file changed

+4
-4
lines changed
  • build/fbcode_builder/manifests

1 file changed

+4
-4
lines changed

build/fbcode_builder/manifests/libbpf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
name = libbpf
33

44
[download]
5-
url = https://github.com/libbpf/libbpf/archive/v0.1.1.tar.gz
6-
sha256 = 3fd271cf65b39bf38432b29d9dd2f694600c97dab0928baee419a65b5db4e598
5+
url = https://github.com/libbpf/libbpf/archive/v0.3.tar.gz
6+
sha256 = c168d84a75b541f753ceb49015d9eb886e3fb5cca87cdd9aabce7e10ad3a1efc
77

88
# BPF only builds on linux, so make it a NOP on other platforms
99
[build.not(os=linux)]
1010
builder = nop
1111

1212
[build.os=linux]
1313
builder = make
14-
subdir = libbpf-0.1.1/src
14+
subdir = libbpf-0.3/src
1515

1616
[make.build_args]
1717
BUILD_STATIC_ONLY=y
1818

19-
# libbpf-0.1.1 requires uapi headers >= 5.8
19+
# libbpf-0.3 requires uapi headers >= 5.8
2020
[make.install_args]
2121
install
2222
install_uapi_headers

0 commit comments

Comments
 (0)