incus: adjust for default do_check

This commit is contained in:
classabbyamp 2024-08-09 13:36:41 -04:00 committed by classabbyamp
parent 6b0040d31a
commit d0af380742
1 changed files with 1 additions and 4 deletions

View File

@ -7,6 +7,7 @@ build_helper=qemu
go_import_path=github.com/lxc/incus/v6
go_build_tags="libsqlite3"
go_package="${go_import_path}/cmd/..."
make_check_args="-skip TestConvertNetworkConfig"
hostmakedepends="pkg-config"
makedepends="lxc-devel acl-devel cowsql-devel raft-devel
libcap-devel libuv-devel sqlite-devel eudev-libudev-devel"
@ -31,10 +32,6 @@ post_build() {
cd cmd/lxd-to-incus && go install -v ./
}
do_check() {
go test -v -tags libsqlite3 -skip TestConvertNetworkConfig ./...
}
post_install() {
vmkdir usr/libexec/incus
for f in ${DESTDIR}/usr/bin/{incusd,incus-user}; do