Merge remote-tracking branch 'upstream/main'
All checks were successful
Workflows / Wake Runner (push) Successful in 9s
Workflows / Build and Push (push) Successful in 1h43m46s

This commit is contained in:
Sebastiaan de Schaetzen (automated) 2025-08-03 02:03:07 +02:00
commit cf320aae0e
2 changed files with 4 additions and 5 deletions

7
.gitignore vendored
View File

@ -1,4 +1,3 @@
*.zst /*.old
src /*.orig
*.tar.* /*.rej
*.sig

View File

@ -90,7 +90,7 @@ build() {
cd $_srcname cd $_srcname
make all make all
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1 make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make htmldocs make htmldocs SPHINXOPTS=-QT
} }
_package() { _package() {