Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
repository: libbpf/libbpf-rs
path: libbpf-rs
- name: Install development dependencies
run: sudo apt-get install -y gcc-multilib libelf-dev zlib1g-dev
run: sudo apt-get update -y && sudo apt-get install -y gcc-multilib libelf-dev zlib1g-dev
- name: Build libbpf-rs
run: |
dir=$(pwd)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vmlinux.h.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
description: 'Kernel version (Git tag/ref)'
required: true
# Keep in sync with string used in `checkout` invocation below.
default: 'v6.18'
default: 'v6.19'
workflow_call:

jobs:
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: 'torvalds/linux'
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.kernel-ref || 'v6.18' }}
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.kernel-ref || 'v6.19' }}
fetch-depth: 1
path: linux/

Expand Down
2 changes: 1 addition & 1 deletion include/aarch64/vmlinux.h
Loading