David Runge pushed to branch main at Arch Linux / Packaging / Packages / virtiofsd
Commits: 57ebd8b7 by David Runge at 2023-12-27T09:03:29+01:00 upgpkg: 1.9.0-2 Rebuild while removing `--all-features` as the Xen feature silently disables the default KVM feature: https://gitlab.com/virtio-fs/virtiofsd/-/issues/140 Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/virtiofsd/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = virtiofsd pkgdesc = Vhost-user virtio-fs device backend written in Rust pkgver = 1.9.0 - pkgrel = 1 + pkgrel = 2 url = https://gitlab.com/virtio-fs/virtiofsd arch = x86_64 license = Apache-2.0 ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=virtiofsd pkgver=1.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="Vhost-user virtio-fs device backend written in Rust" arch=(x86_64) url="https://gitlab.com/virtio-fs/virtiofsd" @@ -34,13 +34,13 @@ build() { cd $pkgname-v$pkgver export RUSTUP_TOOLCHAIN=stable export CARGO_TARGET_DIR=target - cargo build --frozen --release --all-features + cargo build --frozen --release } check() { cd $pkgname-v$pkgver export RUSTUP_TOOLCHAIN=stable - cargo test --frozen --all-features + cargo test --frozen } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/virtiofsd/-/commit/57ebd8b7d72f28746d89f45b9a10746c12a949ed -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/virtiofsd/-/commit/57ebd8b7d72f28746d89f45b9a10746c12a949ed You're receiving this email because of your account on gitlab.archlinux.org.
