mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
sys-cluster/nanos6: add and restrict tests
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-version-${PV}"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="debug dlb execution-workflow extrae memkind mercurium papi unwind"
|
||||
IUSE="debug dlb execution-workflow extrae memkind mercurium papi test unwind"
|
||||
#jemalloc require custom stuff
|
||||
#TODO: cuda pqos babeltrace2
|
||||
#TODO: llvm-libunwind
|
||||
@@ -34,6 +34,10 @@ RDEPEND="
|
||||
# jemalloc? ( dev-libs/jemalloc )
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
# https://github.com/bsc-pm/nanos6/issues/3
|
||||
RESTRICT="test"
|
||||
#RESTRICT="!test? ( test )"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
|
||||
Reference in New Issue
Block a user