aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ponyc
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/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/