Skip to content

Commit 18eb019

Browse files
committed
fixup! Use Signed Binaries for Docker Build
1 parent ec48952 commit 18eb019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/build/scripts/ipv6-hp-bpf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [[ -f /etc/debian_version ]];then
3636
# Mariner
3737
# This is not set up to build on arm _hosts_
3838
else
39-
tdnf install -y llvm clang libbpf-devel nftables gcc binutils iproute cross-gcc
39+
tdnf install -y llvm clang libbpf-devel nftables gcc binutils iproute glibc
4040
if [[ $GOARCH =~ amd64 ]]; then
4141
ARCH=x86_64-linux-gnu
4242
cp /usr/lib/"$ARCH"/ld-linux-x86-64.so.2 "$OUT_DIR"/lib/ || find /usr/lib/ -name 'ld-linux-x86-64.so.2'

0 commit comments

Comments
 (0)