Skip to content

Commit b8dfbcb

Browse files
authored
fix: llvm-strip not found (#1114)
1 parent 3c6ddb2 commit b8dfbcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ COPY --from=builder /build/obi_genfiles /go/bin
5252

5353
RUN cat <<EOF > /generate.sh
5454
#!/bin/sh
55+
export PATH="/usr/lib/llvm20/bin:\$PATH"
5556
export BPF2GO=bpf2go
5657
export BPF_CLANG=clang
5758
export BPF_CFLAGS="-O2 -g -Wall -Werror"

0 commit comments

Comments
 (0)