aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ponyc
Commit message (Collapse)AuthorAgeFilesLines
* testing/ponyc: disable on mipsAriadne Conill2020-04-091-1/+1
|
* testing/ponyc: upgrade to 0.33.2J0WI2020-04-082-7/+34
|
* testing/ponyc: upgrade to 0.33.0prspkt2019-11-032-9/+11
| | | | | | | Add static subpackage and rework failing march/mtune patch. New version defaults to statically linking against llvm-libs. Use `link=llvm-dynamic` to revert.
* testing/ponyc: upgrade to 0.32.0Leo2019-10-231-5/+5
|
* testing/ponyc: upgrade to 0.30.0Rasmus Thomsen2019-08-021-2/+2
|
* testing/ponyc: ppc64le is unsupported arch, disableMike Sullivan2019-06-111-1/+1
|
* testing/ponyc: disable on s390x and ppc64leNatanael Copa2019-06-111-1/+1
| | | | | | src/common/pony/detail/atomics.h:8:4: error: #error "Unsupported platform" # error "Unsupported platform" ^~~~~
* testing/ponyc: upgrade to 0.28.1Rasmus Thomsen2019-06-117-319/+80
| | | | | | | * Adopt maintainership * Modernize * Use upstream `make install` * Use llvm6
* 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/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/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/ponyc: new aportJakub Jirutka2018-05-013-0/+116
An open-source, actor-model, capabilities-secure, high performance programming language https://www.ponylang.org/