Update package version to 25.2.0

This commit is contained in:
2025-11-15 20:19:05 +02:00
parent c515983470
commit 8a689f47c3
3 changed files with 154 additions and 3 deletions
+7
View File
@@ -2,6 +2,12 @@
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
prepare() {
cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/icu-78.1.patch
exit 0
}
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
@@ -21,6 +27,7 @@ build() {
# This function is used to run tests to verify the package has been compiled correctly
check() {
# Remove failing tests
rm test/parallel/test-datetime-change-notify.js
rm test/parallel/test-http2-client-set-priority.js
rm test/parallel/test-http2-priority-event.js
rm test/parallel/test-http-outgoing-end-cork.js