File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/libbpf/libbpf.0.1.0 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ dev-repo: "git+https://github.com/koonwen/ocaml-libbpf.git"
3737# eBPF features by kernel version https://github.com/iovisor/bcc/blob/master/docs/kernel-versions.md
3838# Fix to kernel >= 6.1 to provide bound BPF map types
3939available: [ os = "linux" &
40- (( os-distribution = "debian" & os-version >= "12" ) # Linux 6.1 & Libbpf 1.1.0
41- |( os-distribution = "ubuntu" & os-version >= "23.04" ) # Linux 6.2 & Libbpf 1.1.0
42- |( os-distribution = "fedora" & os-version >= "38" )) # Linux 6.2 & Libbpf 1.1.0
40+ (( os-distribution = "debian" & os-version >= "12" ) # Linux 6.1 & Libbpf 1.1.0
41+ |( os-distribution = "ubuntu" & os-version >= "23.04" ) # Linux 6.2 & Libbpf 1.1.0
42+ |( os-distribution = "fedora" & os-version >= "38" ) # Linux 6.2 & Libbpf 1.1.0
43+ |( os-distribution = "nixos" & os-version >= "23.05" )) # Linux 6.1 & Libbpf 1.1.0
4344 ]
4445url {
4546 src:
You can’t perform that action at this time.
0 commit comments