aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing/ponyc: fix on aarch64Jakub Jirutka2018-05-053-1/+121
|
* testing/ponyc: build with clang instead of gccJakub Jirutka2018-05-051-3/+8
| | | | gcc 6.4.0 doesn't support flag -mcx16 which ponyc needs on aarch64.
* testing/ponyc: fix build flags for upcoming ponyc versionJakub Jirutka2018-05-051-2/+2
|
* testing/snapper: fixed license, cosmetic fixes to the APKBUILDFrancesco Colista2018-05-041-6/+6
|
* testing/consul: upgrade to 1.0.7Francesco Colista2018-05-041-4/+3
|
* testing/snapper: new aportFrancesco Colista2018-05-0311-0/+305
|
* testing/bird: don't use git repo as version numberFusl2018-05-032-1/+18
| | | | Makefile.in (used by `make`) contains a shell execution line to read the current git tags and uses that value in the resulting binary. However, since we're not building from a git repository but from a tar file, this results in `bird --version` reporting a version of `v3.7.0-3239-gc13b5c993b` instead of `2.0.2`. The added patch makes sure that bird uses the `BIRD_VERSION` from `sysdep/config.h`
* testing/ponyc: disable on armhf due to build failureJakub Jirutka2018-05-031-1/+1
| | | | | | | | | g++ -o build/release/libponyrt.benchmarks build/release/obj/benchmarks/libponyrt/common/common.o build/release/obj/benchmarks/libponyrt/ds/hash.o build/release/obj/benchmarks/libponyrt/mem/heap.o build/release/obj/benchmarks/libponyrt/mem/pool.o -L build/release -L /usr/local/lib -lgbenchmark -lponyrt -lpthread -ldl -latomic -lexecinfo Building builtin -> /home/buildozer/aports/testing/ponyc/src/ponyc-0.21.3/packages/builtin Bus error It works on Scaleway armv7 machine, but fails on builder running on armv8l.
* testing/apk-autoupdate: new aportJakub Jirutka2018-05-031-0/+27
| | | | | https://github.com/jirutka/apk-autoupdate/ Alpine's tool for automatic updates
* Revert "testing/py3-lxc: new aport"Francesco Colista2018-05-021-31/+0
| | | | | | This reverts commit e2786ac703bf4773fcfc72dde7bd11c842cb4c2f. Still part of lxc package..will be splitted when LXC will be upgraded to 3.x
* Revert "testing/lua5.3-lxc: new aport"Francesco Colista2018-05-021-42/+0
| | | | This reverts commit e9f086134201a0d0a6a0ed16997cb7dc0925090c.
* testing/lua5.3-lxc: new aportFrancesco Colista2018-05-021-0/+42
|
* testing/py3-lxc: new aportFrancesco Colista2018-05-021-0/+31
|
* testing/ponyc: enable for aarch64 and armhfJakub Jirutka2018-05-023-5/+131
| | | | | I've tested it on Scaleway's armv7 machine. I currently don't have access to any aarch64 machine, but it should work too.
* testing/ponyc: don't pass -march and -mtune to gccJakub Jirutka2018-05-022-14/+17
|
* Revert "testing/ponyc: don't pass -march and -mtune to gcc"Jakub Jirutka2018-05-022-7/+26
| | | | | | This reverts commit c77464fda48424214fe84bdde2d8b14894dcde74. This was a mistake.
* testing/ponyc: don't pass -march and -mtune to gccJakub Jirutka2018-05-022-26/+7
|
* testing/ponyc: ensure that correct LLVM is usedJakub Jirutka2018-05-021-1/+1
|
* testing/rtptools: new aportFrancesco Colista2018-05-011-0/+37
|
* testing/rakudo: disable on x86Natanael Copa2018-05-011-1/+1
| | | | | | | | | | | | build fails with: ===SORRY!=== The nqp-m binary is too old To automatically clone (git) and build a copy of NQP 2018.04, try re-running Configure.pl with the '--gen-moar' option. Or, use '--prefix=' to explicitly specify the path where the NQP and MoarVM executables can be found that are use to build Rakudo.
* community/qt5-qt[various]: move from testingNatanael Copa2018-05-016-264/+0
|
* testing/qt5-qtwebchannel: upgrade to 5.10.1Natanael Copa2018-05-011-4/+4
|
* testing/qt5-qtsensors: upgrade to 5.10.1Natanael Copa2018-05-011-3/+3
|
* testing/qt5-qtremoteobjects: upgrade to 5.10.1Natanael Copa2018-05-011-3/+3
|
* testing/qt5-qtquickcontrols2: upgrade to 5.10.1Natanael Copa2018-05-011-3/+3
|
* testing/qt5-qtlocation: upgrade to 5.10.1Natanael Copa2018-05-011-3/+3
|
* testing/qt5-qtconnectivity: upgrade to 5.10.1Natanael Copa2018-05-011-3/+3
|
* testing/pony-stable: new aportJakub Jirutka2018-05-011-0/+25
| | | | | https://github.com/ponylang/pony-stable A simple dependency manager for the Pony language
* testing/ponyc: new aportJakub Jirutka2018-05-013-0/+116
| | | | | An open-source, actor-model, capabilities-secure, high performance programming language https://www.ponylang.org/
* testing/wireguard-vanilla: rebuild against kernel 4.14.38-r0Natanael Copa2018-04-301-1/+1
|
* testing/ipt-netflow-vanilla: rebuild against kernel 4.14.38-r0Natanael Copa2018-04-301-1/+1
|
* testing/aws-ena-driver-vanilla: rebuild against kernel 4.14.38-r0Natanael Copa2018-04-301-1/+1
|
* testing/nqp: disable check on x86Jakub Jirutka2018-04-291-3/+5
| | | | | | | t/hll/06-sprintf.t (Wstat: 0 Tests: 286 Failed: 2) Failed tests: 111-112 Files=141, Tests=12019, 34 wallclock secs ( 1.16 usr 0.11 sys + 32.61 cusr 1.38 csys = 35.26 CPU) Result: FAIL
* community/zsh-autosuggestions: move from testingJakub Jirutka2018-04-291-22/+0
|
* testing/icr: remove abuildJakub Jirutka2018-04-291-31/+0
| | | | It's not recommended by Crystal developer.
* community/ykpers: move from testingJakub Jirutka2018-04-291-39/+0
|
* community/yubico-c: move from testingJakub Jirutka2018-04-291-43/+0
|
* testing/elektra: rebuild against libgit2 0.7.0Jakub Jirutka2018-04-281-1/+1
|
* testing/py-netdisco: upgrade to 1.4.0Fabian Affolter2018-04-281-2/+2
|
* testing/py-telegram-bot: upgrade to 10.0.2Fabian Affolter2018-04-281-2/+2
|
* testing/py-jsonpatch: upgrade to 1.23, clarify licenseTBK2018-04-281-3/+9
|
* testing/py-jsonpointer: upgrade to 2.0, clarify licenseTBK2018-04-281-4/+9
|
* testing/vpnc: added -openrc subpackageFrancesco Colista2018-04-271-2/+2
|
* testing/vpnc: musl compatibility fixRien Maertens2018-04-272-20/+36
|
* testing/git-review: upgrade to 1.26.0Francesco Colista2018-04-271-8/+8
|
* testing/notepadqq: disable build for all but x86 and x86_64 archFrancesco Colista2018-04-261-1/+1
|
* testing/notepadqq: added fix buildFrancesco Colista2018-04-261-5/+13
|
* testing/notepadqq: added -j1 since parallel build is broken. Added check()Francesco Colista2018-04-261-3/+7
|
* testing/notepadqq: new aportFrancesco Colista2018-04-261-0/+29
|
* testing/py-poppler: use py-cairo-dev and modernizeNatanael Copa2018-04-261-12/+10
|