Bump libbpf to v1.2.0

This commit is contained in:
Tatsuhiro Tsujikawa 2023-06-04 19:05:05 +09:00
parent 2674d77519
commit 7414f030c3
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
permissions: read-all
env:
LIBBPF_VERSION: v1.1.0
LIBBPF_VERSION: v1.2.0
OPENSSL1_VERSION: 1_1_1u+quic
OPENSSL3_VERSION: 3.1.0+quic
BORINGSSL_VERSION: b0341041b03ea71d8371a9692aedae263fc06ee9

View File

@ -146,7 +146,7 @@ Use ``--with-libbpf`` configure option to build eBPF program.
libelf-dev is needed to build libbpf.
For Ubuntu 20.04, you can build libbpf from `the source code
<https://github.com/libbpf/libbpf/releases/tag/v1.1.0>`_. nghttpx
<https://github.com/libbpf/libbpf/releases/tag/v1.2.0>`_. nghttpx
requires eBPF program for reloading its configuration and hot swapping
its executable.
@ -380,7 +380,7 @@ from source:
.. code-block:: text
$ git clone --depth 1 -b v1.1.0 https://github.com/libbpf/libbpf
$ git clone --depth 1 -b v1.2.0 https://github.com/libbpf/libbpf
$ cd libbpf
$ PREFIX=$PWD/build make -C src install
$ cd ..

View File

@ -36,7 +36,7 @@ RUN git clone --depth 1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2 && \
cd .. && \
rm -rf ngtcp2
RUN git clone --depth 1 -b v1.1.0 https://github.com/libbpf/libbpf && \
RUN git clone --depth 1 -b v1.2.0 https://github.com/libbpf/libbpf && \
cd libbpf && \
PREFIX=/usr/local make -C src install && \
cd .. && \