Skip to content

Commit 9327e6e

Browse files
committed
tetragon: Use clang 20 to build bpf objects
Signed-off-by: Jiri Olsa <[email protected]>
1 parent ed4d82b commit 9327e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LOCAL_CLANG ?= 0
1010
LOCAL_CLANG_FORMAT ?= 0
1111
FORMAT_FIND_FLAGS ?= -name '*.c' -o -name '*.h'
1212
NOOPT ?= 0
13-
CLANG_IMAGE = quay.io/cilium/clang:b97f5b3d5c38da62fb009f21a53cd42aefd54a2f@sha256:e1c8ed0acd2e24ed05377f2861d8174af28e09bef3bbc79649c8eba165207df0
13+
CLANG_IMAGE = quay.io/cilium/clang:94b9cfd5772185fe8c78c5d558e6d01a49f364dd
1414
TESTER_PROGS_DIR = "contrib/tester-progs"
1515
# Extra flags to pass to test binary
1616
EXTRA_TESTFLAGS ?=

0 commit comments

Comments
 (0)