aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/bmake/separate-tests.patch
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/bmake/separate-tests.patch
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/bmake/separate-tests.patch')
-rw-r--r--repos/extra/bmake/separate-tests.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/repos/extra/bmake/separate-tests.patch b/repos/extra/bmake/separate-tests.patch
deleted file mode 100644
index 58a63e84..00000000
--- a/repos/extra/bmake/separate-tests.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-By default tests are run on build and install. Normally, Alpine
-tests are invoked separately in a check stage. To allow doing
-that this patch disable the automatic test invocations during build and
-install.
-
-diff -upr bmake.orig/boot-strap bmake/boot-strap
---- bmake.orig/boot-strap 2024-03-15 11:26:18.664828810 +0100
-+++ bmake/boot-strap 2024-03-15 11:27:12.081555010 +0100
-@@ -435,9 +435,6 @@ op_build() {
- [ -s make-bootstrap.sh ] || op_configure
- chmod 755 make-bootstrap.sh || exit 1
- ./make-bootstrap.sh || exit 1
-- case "$op" in
-- build) rm -f tested; op_test;;
-- esac
- }
-
- op_test() {
-@@ -461,7 +458,6 @@ op_clean() {
- }
-
- op_install() {
-- op_test
- case "$INSTALL_PREFIX,$INSTALL_BIN,$prefix" in
- ,$HOST_TARGET/bin,*/$HOST_TARGET)
- INSTALL_PREFIX=`dirname $prefix`