Bump libbpf to v1.4.6

This commit is contained in:
Tatsuhiro Tsujikawa
2024-10-21 18:15:25 +09:00
parent b62c737dc6
commit 18f5e11d35
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ on: [push, pull_request]
permissions: read-all
env:
LIBBPF_VERSION: v1.4.5
LIBBPF_VERSION: v1.4.6
OPENSSL1_VERSION: 1_1_1w+quic
OPENSSL3_VERSION: 3.1.7+quic
BORINGSSL_VERSION: 76968bb3d53982560bcf08bcd0ba3e1865fe15cd

View File

@@ -381,7 +381,7 @@ from source:
.. code-block:: text
$ git clone --depth 1 -b v1.4.5 https://github.com/libbpf/libbpf
$ git clone --depth 1 -b v1.4.6 https://github.com/libbpf/libbpf
$ cd libbpf
$ PREFIX=$PWD/build make -C src install
$ cd ..

View File

@@ -39,7 +39,7 @@ RUN git clone --recursive --shallow-submodules --depth 1 -b v1.8.1 https://githu
cd .. && \
rm -rf ngtcp2
RUN git clone --depth 1 -b v1.4.5 https://github.com/libbpf/libbpf && \
RUN git clone --depth 1 -b v1.4.6 https://github.com/libbpf/libbpf && \
cd libbpf && \
PREFIX=/usr/local make -C src install && \
cd .. && \