mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 02:58:53 +08:00
Bump libbpf to v1.4.6
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
|
||||
|
||||
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
|
||||
|
||||
@@ -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 ..
|
||||
|
||||
@@ -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 .. && \
|
||||
|
||||
Reference in New Issue
Block a user