mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
Bump libbpf to v1.2.2
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|
||||||
env:
|
env:
|
||||||
LIBBPF_VERSION: v1.2.0
|
LIBBPF_VERSION: v1.2.2
|
||||||
OPENSSL1_VERSION: 1_1_1v+quic
|
OPENSSL1_VERSION: 1_1_1v+quic
|
||||||
OPENSSL3_VERSION: 3.1.2+quic
|
OPENSSL3_VERSION: 3.1.2+quic
|
||||||
BORINGSSL_VERSION: 6ca49385b168f47a50e7172d82a590b218f55e4d
|
BORINGSSL_VERSION: 6ca49385b168f47a50e7172d82a590b218f55e4d
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ Use ``--with-libbpf`` configure option to build eBPF program.
|
|||||||
libelf-dev is needed to build libbpf.
|
libelf-dev is needed to build libbpf.
|
||||||
|
|
||||||
For Ubuntu 20.04, you can build libbpf from `the source code
|
For Ubuntu 20.04, you can build libbpf from `the source code
|
||||||
<https://github.com/libbpf/libbpf/releases/tag/v1.2.0>`_. nghttpx
|
<https://github.com/libbpf/libbpf/releases/tag/v1.2.2>`_. nghttpx
|
||||||
requires eBPF program for reloading its configuration and hot swapping
|
requires eBPF program for reloading its configuration and hot swapping
|
||||||
its executable.
|
its executable.
|
||||||
|
|
||||||
@@ -380,7 +380,7 @@ from source:
|
|||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
$ git clone --depth 1 -b v1.2.0 https://github.com/libbpf/libbpf
|
$ git clone --depth 1 -b v1.2.2 https://github.com/libbpf/libbpf
|
||||||
$ cd libbpf
|
$ cd libbpf
|
||||||
$ PREFIX=$PWD/build make -C src install
|
$ PREFIX=$PWD/build make -C src install
|
||||||
$ cd ..
|
$ cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user