mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-01 10:36:55 +00:00
tmp: Disable deprecated warning
This commit is contained in:
@@ -7,7 +7,7 @@ MIZU_HOME=$(realpath ../../../)
|
||||
docker build -t mizu-ebpf-builder . || exit 1
|
||||
|
||||
BPF_TARGET=amd64
|
||||
BPF_CFLAGS="-O2 -g -D__TARGET_ARCH_x86"
|
||||
BPF_CFLAGS="-O2 -g -D__TARGET_ARCH_x86 -Wno-deprecated-declarations"
|
||||
ARCH=$(uname -m)
|
||||
if [[ $ARCH == "aarch64" ]]; then
|
||||
BPF_TARGET=arm64
|
||||
|
Reference in New Issue
Block a user