From 561f90aad77504eb2c3e71bba93f9c680f94dfb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Wed, 10 Jul 2024 13:06:14 +0200 Subject: [PATCH] dbld: disable BPF on older platforms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: László Várady --- dbld/build.manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dbld/build.manifest b/dbld/build.manifest index e5ac5025b2..0fdbbc1e18 100644 --- a/dbld/build.manifest +++ b/dbld/build.manifest @@ -28,15 +28,15 @@ # kafka support needs librdkafka >= 1.0.0, which is only available on ubuntu-bionic # on Debian we don't build java and use Python3 _after_ buster # libcriterion-dev is available starting with bullseye -debian-bullseye python3,nojava,notzdatalegacy +debian-bullseye python3,nojava,notzdatalegacy,nobpf debian-bookworm python3,nojava,notzdatalegacy debian-testing python3,nojava debian-sid python3,nojava # on ubuntu, we start using Python3 at focal onwards. # libcriterion-dev is available starting with 21.04 -ubuntu-focal python3,nocriterion,nomqtt,nogrpc,notzdatalegacy -ubuntu-jammy python3,notzdatalegacy +ubuntu-focal python3,nocriterion,nomqtt,nogrpc,notzdatalegacy,nobpf +ubuntu-jammy python3,notzdatalegacy,nobpf ubuntu-noble python3,notzdatalegacy ubuntu-lunar python3 ubuntu-mantic python3