diff --git a/APKBUILD b/APKBUILD index 4339e2b..4e52b89 100644 --- a/APKBUILD +++ b/APKBUILD @@ -6,6 +6,7 @@ pkgrel=1 pkgdesc="OpenNebula Server and Scheduler (Community Edition)" url="https://opennebula.io/" arch="x86_64" +options="!check" license="Apache" depends="augeas curl @@ -97,9 +98,6 @@ build() { CXXFLAGS="--std=c++14" scons -j2 new_xmlrpc=yes mysql=yes sqlite=yes sunstone=yes systemd=no } -check() { -} - package() { cd "opennebula-${pkgver}"