mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/v8 to 3.29.88.10-1
This commit is contained in:
parent
f23e2e05bf
commit
6189c2a3e2
1 changed files with 6 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
pkgname=v8
|
||||
# use http://omahaproxy.appspot.com/ to find stable v8 version
|
||||
pkgver=3.29.88.8
|
||||
pkgver=3.29.88.10
|
||||
pkgrel=1
|
||||
pkgdesc='Fast and modern Javascript engine'
|
||||
arch=(i686 x86_64)
|
||||
|
@ -20,7 +20,7 @@ makedepends=(python2 ninja)
|
|||
# unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
|
||||
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver-lite.tar.bz2
|
||||
v8.pc)
|
||||
sha256sums=('7df4f844ff21cd22963d80d65bc547bb186e76f2bba06e346c5de781d041cc51'
|
||||
sha256sums=('f465bb79898389c919e24ef39e586579ff55d2c08528b28a1da68dc337e62f60'
|
||||
'2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d')
|
||||
|
||||
[[ "$CARCH" = 'i686' ]] && ARCH=ia32
|
||||
|
@ -52,8 +52,10 @@ build() {
|
|||
|
||||
check() {
|
||||
cd v8-$pkgver
|
||||
# A number of tests are failing. Figure out what happens and then enable tests.
|
||||
# LD_LIBRARY_PATH=out/Release/lib.target tools/run-tests.py --no-presubmit --outdir=out --buildbot --arch=$ARCH --mode=Release # --progress=dots
|
||||
# the test fails https://code.google.com/p/v8/issues/detail?id=2899
|
||||
rm test/intl/collator/default-locale.js
|
||||
|
||||
tools/run-tests.py --no-presubmit --outdir=out --buildbot --arch=$V8_ARCH --mode=Release # --progress=dots
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue