mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 04:20:27 +02:00
srsran: restrict test
This commit is contained in:
parent
18dd775d1f
commit
000406c037
2 changed files with 4 additions and 2 deletions
|
|
@ -24,7 +24,8 @@ else
|
|||
SRC_URI="https://github.com/srsran/srsRAN_4G/archive/refs/tags/release_${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
#96% tests passed, 67 tests failed out of 1528
|
||||
RESTRICT="test"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,8 @@ else
|
|||
SRC_URI="https://github.com/srsran/srsRAN_4G/archive/refs/tags/release_${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
#96% tests passed, 67 tests failed out of 1528
|
||||
RESTRICT="test"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue