1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-12 16:19:48 +03:00

*/*: remove --no-rebuild from meson test

meson 1.7.0 and later don't include test build targets in the default
build target. With --no-rebuild the test targets aren't build at all.
Removing --no-rebuild shouldn't cause any false rebuilds since the files
aren't changed between the build() and check() step.

See upstream https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/83218
and https://gitlab.alpinelinux.org/alpine/aports/-/issues/16891

[ci:skip-vercheck]
[ci:ignore-count]
[ci:skip-build]

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6515
This commit is contained in:
fossdd 2025-05-15 13:57:56 +02:00 committed by Pablo Correa Gómez
parent 9a8fce58a4
commit 49d5416123
No known key found for this signature in database
GPG key ID: 7A342565FF635F79
18 changed files with 18 additions and 18 deletions

View file

@ -55,7 +55,7 @@ build() {
}
check() {
meson test --no-rebuild --print-errorlogs -C output
meson test --print-errorlogs -C output
}
package() {

View file

@ -53,7 +53,7 @@ build() {
}
check() {
meson test --no-rebuild --print-errorlogs -C output
meson test --print-errorlogs -C output
}
package() {

View file

@ -52,7 +52,7 @@ build() {
check() {
dbus-run-session \
meson test --no-rebuild --print-errorlogs -C output
meson test --print-errorlogs -C output
}
package() {

View file

@ -26,7 +26,7 @@ build() {
}
check() {
meson test --no-rebuild --print-errorlogs -C output
meson test --print-errorlogs -C output
}
package() {

View file

@ -46,7 +46,7 @@ build() {
}
check() {
meson test --no-rebuild --print-errorlogs -C output
meson test --print-errorlogs -C output
}
package() {

View file

@ -84,7 +84,7 @@ lang() {
}
check() {
meson test --no-rebuild --print-errorlogs -C output
meson test --print-errorlogs -C output
}
package() {

View file

@ -65,7 +65,7 @@ build() {
}
check() {
meson test --no-rebuild --print-errorlogs -C output
meson test --print-errorlogs -C output
}
package() {

View file

@ -104,7 +104,7 @@ build() {
}
check() {
xvfb-run meson test --no-rebuild -v -C output
xvfb-run meson test -v -C output
}
extensions_app() {

View file

@ -92,7 +92,7 @@ build() {
}
check() {
xvfb-run meson test --no-rebuild --print-errorlogs -C output
xvfb-run meson test --print-errorlogs -C output
}
package() {

View file

@ -92,7 +92,7 @@ build() {
}
check() {
xvfb-run -a meson test --no-rebuild --print-errorlogs -C output
xvfb-run -a meson test --print-errorlogs -C output
}
package() {

View file

@ -114,7 +114,7 @@ check() {
# See: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/5142#note_1969455333
[ "$CARCH" = "armv7" ] && return
meson test --no-rebuild --print-errorlogs -C output
meson test --print-errorlogs -C output
}
package() {

View file

@ -62,7 +62,7 @@ build() {
}
check() {
meson test --no-rebuild -t 10 --print-errorlogs -C output
meson test -t 10 --print-errorlogs -C output
}
package() {

View file

@ -120,7 +120,7 @@ build() {
}
check() {
meson test --no-rebuild --print-errorlogs -C output
meson test --print-errorlogs -C output
}
package() {

View file

@ -67,7 +67,7 @@ build() {
}
check() {
meson test --no-rebuild --print-errorlogs -C output
meson test --print-errorlogs -C output
}
package() {

View file

@ -96,7 +96,7 @@ build() {
}
check() {
xvfb-run meson test --no-rebuild -v -C output
xvfb-run meson test -v -C output
}
extensions_app() {

View file

@ -42,7 +42,7 @@ build() {
}
check() {
meson test --no-rebuild --print-errorlogs -C output
meson test --print-errorlogs -C output
}
package() {

View file

@ -87,7 +87,7 @@ build() {
}
check() {
meson test --no-rebuild -C output --print-errorlogs
meson test -C output --print-errorlogs
}
package() {

View file

@ -21,7 +21,7 @@ build() {
}
check() {
meson test --no-rebuild --print-errorlogs -C output
meson test --print-errorlogs -C output
}
package() {