FIX rust problems

This commit is contained in:
2025-04-25 18:20:54 +00:00
parent 5ac8cc01e7
commit 2911aac792
2 changed files with 15 additions and 8 deletions

View File

@@ -119,8 +119,7 @@ build() {
cd $_srcname
make all
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
# do not remove the following line to avoid creating the doc:
# make htmldocs
make htmldocs
}
_package() {
@@ -278,8 +277,7 @@ _package-docs() {
pkgname=(
"$pkgbase"
"$pkgbase-headers"
# Do not remove the following line to avoid creating the doc:
# "$pkgbase-docs"
"$pkgbase-docs"
)
for _p in "${pkgname[@]}"; do
eval "package_$_p() {