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:
parent
9a8fce58a4
commit
49d5416123
18 changed files with 18 additions and 18 deletions
|
@ -55,7 +55,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -53,7 +53,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -52,7 +52,7 @@ build() {
|
|||
|
||||
check() {
|
||||
dbus-run-session \
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -26,7 +26,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -46,7 +46,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -84,7 +84,7 @@ lang() {
|
|||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -65,7 +65,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -104,7 +104,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
xvfb-run meson test --no-rebuild -v -C output
|
||||
xvfb-run meson test -v -C output
|
||||
}
|
||||
|
||||
extensions_app() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -120,7 +120,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -67,7 +67,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -96,7 +96,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
xvfb-run meson test --no-rebuild -v -C output
|
||||
xvfb-run meson test -v -C output
|
||||
}
|
||||
|
||||
extensions_app() {
|
||||
|
|
|
@ -42,7 +42,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -87,7 +87,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild -C output --print-errorlogs
|
||||
meson test -C output --print-errorlogs
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -21,7 +21,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue