mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
docker: Do not require checks for libyang Alpine Linux package build
Since Alpine Linux 3.20, we get this: >>> WARNING: libyang: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
686d477242
commit
2876847d50
|
@ -11,6 +11,7 @@ makedepends="bison cmake cmocka-dev flex pcre2-dev"
|
|||
checkdepends="expect grep shunit2"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/CESNET/libyang/archive/v$pkgver.tar.gz"
|
||||
options="!check"
|
||||
|
||||
# secfixes:
|
||||
# 1.0.215-r1:
|
||||
|
|
Loading…
Reference in a new issue