Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
655
Issues
655
List
Boards
Labels
Service Desk
Milestones
Merge Requests
224
Merge Requests
224
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
54c04191
Commit
54c04191
authored
Feb 07, 2018
by
Jakub Jirutka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/elektra: enable check, but allow it to fail for now
parent
63df36ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
testing/elektra/APKBUILD
testing/elektra/APKBUILD
+7
-4
No files found.
testing/elektra/APKBUILD
View file @
54c04191
...
...
@@ -2,10 +2,11 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
# TODO: Add rest of the tools.
# TODO: Fix some scripts/tools to not require bash.
# TODO: Use system-provided gtest library for testing.
pkgname
=
elektra
_pkgname
=
libelektra
pkgver
=
0.8.21
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A universal and secure framework to access configuration parameters"
url
=
"https://www.libelektra.org"
arch
=
"all"
...
...
@@ -16,7 +17,7 @@ depends="$pkgname-dump=$pkgver-r$pkgrel
$pkgname
-list=
$pkgver
-r
$pkgrel
$pkgname
-spec=
$pkgver
-r
$pkgrel
$pkgname
-sync=
$pkgver
-r
$pkgrel
"
checkdepends
=
"bash g
tes
t"
checkdepends
=
"bash g
nupg ruby-test-uni
t"
makedepends
=
"
augeas-dev
boost-dev
...
...
@@ -62,7 +63,6 @@ source="$_pkgname-$pkgver.tar.gz::https://github.com/ElektraInitiative/$_pkgname
remove-unneeded-assembly.patch
"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
options
=
"!check"
# FIXME!
# All plugins except:
# * status:obsolete
...
...
@@ -197,7 +197,10 @@ build() {
check
()
{
cd
"
$builddir
"
/build
make run_all
# Run tests that doesn't need to write into /etc.
# FIXME: Allow tests to fail for now.
make run_nokdbtests
||
true
}
package
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment