Skip to content

Commit 48744da

Browse files
committed
build: temporarily drop debian bpfcc dependency on ppc64el
On advice from Andreas Beckmann <[email protected]>, this drops the build dep on python3-bpfcc on ppc64el due to issues build there - relates to discussion in https://bugs.debian.org/1077087
1 parent 8aaccf7 commit 48744da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/fixcontrol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fi
8181

8282
if $PMDA_BCC
8383
then
84-
echo 's/?{python3-bpfcc}, /python3-bpfcc [amd64 arm64 armhf ppc64el s390x ppc64], /' >>$tmp.sed
84+
echo 's/?{python3-bpfcc}, /python3-bpfcc [amd64 arm64 armhf s390x ppc64], /' >>$tmp.sed
8585
else
8686
echo 's/?{python3-bpfcc}, //' >>$tmp.sed
8787
fi

0 commit comments

Comments
 (0)