Skip to content

Commit 5b87a9b

Browse files
committed
build-selftests: Use static build
Signed-off-by: Ihor Solodrai <[email protected]>
1 parent 2e4aa3e commit 5b87a9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-selftests/build_selftests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ MAKE_OPTS=$(cat <<EOF
4343
LLVM_STRIP=llvm-strip-${LLVM_VERSION}
4444
VMLINUX_BTF=${VMLINUX_BTF}
4545
VMLINUX_H=${VMLINUX_H}
46+
EXTRA_LDFLAGS=-static
4647
EOF
4748
)
4849
SELF_OPTS=$(cat <<EOF

0 commit comments

Comments
 (0)