update bcc to v0.32.0 to include needed fixes

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher 2025-01-15 14:38:13 +02:00
parent b63c7eb131
commit d97254266b

View File

@ -48,7 +48,7 @@ RUN ln -s /usr/lib/cmake/llvm10/ /usr/lib/cmake/llvm && \
WORKDIR /build WORKDIR /build
ENV BCC_COMMIT=v0.29.1 ENV BCC_COMMIT=v0.32.0
RUN git clone https://github.com/iovisor/bcc.git && \ RUN git clone https://github.com/iovisor/bcc.git && \
cd bcc && \ cd bcc && \
git checkout $BCC_COMMIT && \ git checkout $BCC_COMMIT && \