Skip to content

Commit

Permalink
Bump libbpf to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Nov 26, 2023
1 parent d5e9b2e commit 90f765f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
permissions: read-all

env:
LIBBPF_VERSION: v1.2.2
LIBBPF_VERSION: v1.3.0
OPENSSL1_VERSION: 1_1_1w+quic
OPENSSL3_VERSION: 3.1.4+quic
BORINGSSL_VERSION: 6ca49385b168f47a50e7172d82a590b218f55e4d
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2>`_. nghttpx
<https://github.com/libbpf/libbpf/releases/tag/v1.3.0>`_. nghttpx
requires eBPF program for reloading its configuration and hot swapping
its executable.

Expand Down Expand Up @@ -380,7 +380,7 @@ from source:

.. code-block:: text
$ git clone --depth 1 -b v1.2.2 https://github.com/libbpf/libbpf
$ git clone --depth 1 -b v1.3.0 https://github.com/libbpf/libbpf
$ cd libbpf
$ PREFIX=$PWD/build make -C src install
$ cd ..
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN git clone --depth 1 -b v1.1.0 https://github.com/ngtcp2/ngtcp2 && \
cd .. && \
rm -rf ngtcp2

RUN git clone --depth 1 -b v1.2.2 https://github.com/libbpf/libbpf && \
RUN git clone --depth 1 -b v1.3.0 https://github.com/libbpf/libbpf && \
cd libbpf && \
PREFIX=/usr/local make -C src install && \
cd .. && \
Expand Down

0 comments on commit 90f765f

Please sign in to comment.