Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
cb8cf875
Commit
cb8cf875
authored
6 years ago
by
Leonardo Arena
Browse files
Options
Downloads
Patches
Plain Diff
Revert "testing/bmake: remove automatic tests and disable check()"
This reverts commit
a3806703
.
parent
a3806703
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/bmake/APKBUILD
+6
-13
6 additions, 13 deletions
testing/bmake/APKBUILD
testing/bmake/disable-automatic-tests.patch
+0
-22
0 additions, 22 deletions
testing/bmake/disable-automatic-tests.patch
with
6 additions
and
35 deletions
testing/bmake/APKBUILD
+
6
−
13
View file @
cb8cf875
# Maintainer: Steffen Nurpmeso <steffen@sdaoden.eu>
pkgname
=
bmake
pkgver
=
20181221
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"Portable version of the NetBSD make build tool"
url
=
"http://www.crufty.net/help/sjg/bmake.html"
arch
=
"x86_64"
license
=
"BSD"
subpackages
=
"
$pkgname
-doc"
source
=
"http://www.crufty.net/ftp/pub/sjg/bmake-
$pkgver
.tar.gz
install-sh.patch
disable-automatic-tests.patch
"
options
=
"!check"
# FIXME: tests fail on builders
install-sh.patch"
builddir
=
"
$srcdir
/
$pkgname
"
options
=
"!check"
# Check automatically performed after build
build
()
{
cd
"
$builddir
"
mkdir
-p
build
cd
build
sh ../boot-strap
op
=
build
--with-default-sys-path
=
/usr/share/mk
}
check
()
{
cd
"
$builddir
/build"
sh ../boot-strap
op
=
test
sh ../boot-strap
--with-default-sys-path
=
/usr/share/mk
}
package
()
{
...
...
@@ -40,5 +34,4 @@ package() {
}
sha512sums
=
"7824fb60e4ac8f9c5ab9f6a0d42720c5f3cb475851146bf8042625eb58bbd0dbacafce6969da2b51cdd6514e789a8f2a958e8b8538cd862eeea1b571da203e5b bmake-20181221.tar.gz
0de9022a2991c5ef02c09ab592a3e2d218cd0bbf58e54f21bc7694110f3dd9e4589bf2b3d241fd167fb220b425007863f20e71e141b4f65bf92d305ba94209da install-sh.patch
aa20b59928b3d2a28bc407f41b56db16d6cb42d2ee8aea4ec37b2c4ef838633ac93d8fa78aaa813e9025723f394fceab379ec75860889df35e9fbe470c626e55 disable-automatic-tests.patch"
0de9022a2991c5ef02c09ab592a3e2d218cd0bbf58e54f21bc7694110f3dd9e4589bf2b3d241fd167fb220b425007863f20e71e141b4f65bf92d305ba94209da install-sh.patch"
This diff is collapsed.
Click to expand it.
testing/bmake/disable-automatic-tests.patch
deleted
100644 → 0
+
0
−
22
View file @
a3806703
diff --git a/boot-strap b/boot-strap
index af128b4..5ade9fb 100755
--- a/boot-strap
+++ b/boot-strap
@@ -414,9 +414,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) op_test;;
- esac
}
op_test() {
@@ -435,7 +432,6 @@
op_clean() {
}
op_install() {
- op_test
case "$INSTALL_PREFIX,$INSTALL_BIN,$prefix" in
,$HOST_TARGET/bin,*/$HOST_TARGET)
INSTALL_PREFIX=`dirname $prefix`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment