Update package version to 3.113 and remove long tests

This commit is contained in:
2025-07-14 18:46:36 +03:00
parent 5de4457a5b
commit 74b808e88e
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -23,13 +23,6 @@ build() {
make BUILD_OPT=1 NSPR_INCLUDE_DIR=/usr/include/nspr USE_SYSTEM_ZLIB=1 ZLIB_LIBS=-lz NSS_ENABLE_WERROR=0 USE_64=1 NSS_USE_SYSTEM_SQLITE=1
}
# 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 nss/tests
HOST=localhost DOMSUF=localdomain ./all.sh
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {