Skip to content

Commit b84db91

Browse files
xttjsnfacebook-github-bot
authored andcommitted
Use latest libbpf
Summary: Time to update libbpf version (the latest release is now 0.1.1). Reviewed By: udippant Differential Revision: D24063680 fbshipit-source-id: 715ac74e9671f0f8ed5b8fe9174fe4070fc0f991
1 parent 67cb7f8 commit b84db91

File tree

1 file changed

+5
-3
lines changed
  • build/fbcode_builder/manifests

1 file changed

+5
-3
lines changed

build/fbcode_builder/manifests/libbpf

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

44
[download]
5-
url = https://github.com/libbpf/libbpf/archive/v0.0.4.tar.gz
6-
sha256 = bb810e6d236437ebf51e57f49dd68738d5b944108470a99afc7070aa3be06349
5+
url = https://github.com/libbpf/libbpf/archive/v0.1.1.tar.gz
6+
sha256 = 3fd271cf65b39bf38432b29d9dd2f694600c97dab0928baee419a65b5db4e598
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.0.4/src
14+
subdir = libbpf-0.1.1/src
1515

1616
[make.build_args]
1717
BUILD_STATIC_ONLY=y
1818

19+
# libbpf-0.1.1 requires uapi headers >= 5.8
1920
[make.install_args]
2021
install
22+
install_uapi_headers
2123
BUILD_STATIC_ONLY=y
2224

2325
[dependencies]

0 commit comments

Comments
 (0)