mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mongodb to 3.0.7-1
This commit is contained in:
parent
71242239c6
commit
a3d4abe183
1 changed files with 13 additions and 5 deletions
|
@ -12,8 +12,8 @@
|
|||
# - use system tcmalloc (from added gperftools dependency)
|
||||
|
||||
pkgname=mongodb
|
||||
pkgver=3.0.6
|
||||
pkgrel=2
|
||||
pkgver=3.0.7
|
||||
pkgrel=1
|
||||
pkgdesc='A high-performance, open source, schema-free document-oriented database'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.mongodb.org'
|
||||
|
@ -27,7 +27,7 @@ backup=('etc/mongodb.conf')
|
|||
install=mongodb.install
|
||||
source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz"
|
||||
'mongodb.conf' 'mongodb.service')
|
||||
sha512sums=('1990e9011ae586e30aef28be58f9fc6d8b7f45b787dbde9785c82eff6fb0a70ea45152e450c032a898e6464bbb9b1683082f2a072ba874f7532e167330658175'
|
||||
sha512sums=('183691c5dc137ea4b86d53d24d2935fd66ed8de60fbf5eca0a0a39c159be1f29043cd655cde1a213a98a76b2b3e6369dbccf790b02a1cc4b622c067ad3c0c91b'
|
||||
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
|
||||
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
|
||||
|
||||
|
@ -59,12 +59,20 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
# Tests not passing
|
||||
# All tests disabled for 3.0.7
|
||||
|
||||
export SCONSFLAGS="$MAKEFLAGS"
|
||||
|
||||
cd mongodb-src-r${pkgver}
|
||||
|
||||
scons smoke smokeCppUnittests smokeJsCore --smokedbprefix="$srcdir" "${_scons_args[@]}" || warning "Tests failed"
|
||||
# TODO: jstests
|
||||
# python2 buildscripts/resmoke.py --dbpathPrefix="$srcdir"
|
||||
|
||||
scons dbtest "${_scons_args[@]}"
|
||||
# python2 buildscripts/resmoke.py --set suite dbtest
|
||||
|
||||
scons unittests "${_scons_args[@]}"
|
||||
# python2 buildscripts/resmoke.py --set suite unittests
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue