1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
Commit graph

7 commits

Author SHA1 Message Date
Oliver Smith
9d9f981a2c aports: add support for armv7 [skip ci]
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
<https://lists.alpinelinux.org/alpine-devel/6271.html>

It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
2018-09-24 10:19:24 +03:00
Jakub Jirutka
eeaf92447d testing/flow: upgrade to 0.78.0 2018-08-04 14:23:39 +02:00
Jakub Jirutka
9a601790d0 testing/flow: upgrade to 0.77.0 2018-07-21 23:25:51 +02:00
Jakub Jirutka
6401a04b1a testing/flow: enable on ppc64le
The error should be gone thanks to 3a086f9662b755661655152af42c291b357a3e1b.
2018-07-09 18:42:11 +02:00
Jakub Jirutka
f420f9b85b testing/flow: disable on ppc64le due to build failure
/usr/lib/ocaml/dtoa/libdtoa_stubs.a(bignum.o): In function `bignum_align':
    /home/buildozer/aports/testing/ocaml-dtoa/src/ocaml-dtoa-0.3.1/_build/default/src/bignum.c:108:(.text+0x4b0): call to `bignum_align.part.4' lacks nop, can't restore toc; (-mcmodel=small toc adjust stub)
    /usr/lib/gcc/powerpc64le-alpine-linux-musl/6.4.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: final link failed: Bad value
    collect2: error: ld returned 1 exit status

dtoa is flow's dependency (ocaml-dtoa)
2018-07-07 22:09:23 +02:00
Jakub Jirutka
2d8f2fb585 testing/flow: move js_of_ocaml from checkdepends to makedepends 2018-07-07 21:59:04 +02:00
Jakub Jirutka
59eeb44d5d testing/flow: new aport
https://flow.org/
A static typechecker for JavaScript
2018-07-07 21:46:59 +02:00