mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
incus: adjust for default do_check
This commit is contained in:
parent
6b0040d31a
commit
d0af380742
1 changed files with 1 additions and 4 deletions
|
@ -7,6 +7,7 @@ build_helper=qemu
|
||||||
go_import_path=github.com/lxc/incus/v6
|
go_import_path=github.com/lxc/incus/v6
|
||||||
go_build_tags="libsqlite3"
|
go_build_tags="libsqlite3"
|
||||||
go_package="${go_import_path}/cmd/..."
|
go_package="${go_import_path}/cmd/..."
|
||||||
|
make_check_args="-skip TestConvertNetworkConfig"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="lxc-devel acl-devel cowsql-devel raft-devel
|
makedepends="lxc-devel acl-devel cowsql-devel raft-devel
|
||||||
libcap-devel libuv-devel sqlite-devel eudev-libudev-devel"
|
libcap-devel libuv-devel sqlite-devel eudev-libudev-devel"
|
||||||
|
@ -31,10 +32,6 @@ post_build() {
|
||||||
cd cmd/lxd-to-incus && go install -v ./
|
cd cmd/lxd-to-incus && go install -v ./
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
|
||||||
go test -v -tags libsqlite3 -skip TestConvertNetworkConfig ./...
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/libexec/incus
|
vmkdir usr/libexec/incus
|
||||||
for f in ${DESTDIR}/usr/bin/{incusd,incus-user}; do
|
for f in ${DESTDIR}/usr/bin/{incusd,incus-user}; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue