Skip to content

Commit

Permalink
.github/workflows: Use Fedora 41 for integration tests
Browse files Browse the repository at this point in the history
The usage of bpf_object_open_opts in libbpf-rs assumes libbpf 1.4, and
with older versions the integration tests end up with an error:

  libbpf: bpf_object_open_opts has non-zero extra bytes

Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Aug 26, 2024
1 parent eacafa4 commit 2dbbd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Fedora tests
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:40
image: registry.fedoraproject.org/fedora:41
options: --privileged
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2dbbd3e

Please sign in to comment.