mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-25 10:49:06 +08:00
pahole staging workflow is using the same old VM image as BPF selftests stages. It doesn't have recent enough glibc, so we can't yet switch to newer Ubuntu, unfortunately. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
21 lines
372 B
YAML
21 lines
372 B
YAML
name: pahole-staging
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 18 * * *'
|
|
|
|
|
|
jobs:
|
|
vmtest:
|
|
runs-on: ubuntu-20.04
|
|
name: Kernel LATEST + staging pahole
|
|
env:
|
|
STAGING: tmp.master
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: ./.github/actions/setup
|
|
- uses: ./.github/actions/vmtest
|
|
with:
|
|
kernel: LATEST
|
|
pahole: $STAGING
|