]> git.puffer.fish Git - mirror/frr.git/commit
docker: Do not require checks for libyang Alpine Linux package build
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 14 Jun 2024 07:35:27 +0000 (10:35 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 14 Jun 2024 07:35:27 +0000 (10:35 +0300)
commit2876847d500b7b734fa290e6dc9aa151de9f9a48
tree4df2ef7db70c3cda6729da417f08a4039e8fc24c
parent686d477242890c575024962188dd50c06160f2a3
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>
docker/alpine/libyang/APKBUILD