Rebuild with python 3.14

This commit is contained in:
2026-05-06 18:58:07 +03:00
parent cccf35f452
commit 9faac4bf4d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ build() {
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
cd tests
SHELL=/bin/sh ./run.sh --exclude="kill/decode" # kill/decode test fails with bash 5.3
cd build
SHELL=/bin/sh ../tests/run.sh --show-diff --exclude="lsfd/assoc-pidfs" # Test fails for some reason
}
# The package function is executed in the source directory