summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Try againtravishackingAnthony Green2019-10-181-1/+1
|
* Try configuring wineAnthony Green2019-10-182-1/+56
|
* Fix test trimmingAnthony Green2019-10-171-1/+1
|
* Limit testingAnthony Green2019-10-171-0/+1
|
* Install libsmAnthony Green2019-10-171-1/+1
|
* Limit optimization levelsAnthony Green2019-10-171-1/+1
|
* Try again...Anthony Green2019-10-171-3/+0
|
* Only test one ABI for nowAnthony Green2019-10-171-3/+3
|
* Tell it about the mingw32 toolsAnthony Green2019-10-171-1/+1
|
* Try windowsAnthony Green2019-10-171-35/+2
|
* Use arm32v7-ci-build-container build imageAnthony Green2019-10-161-1/+1
|
* Don't dump logs. Add to uudecode comment.Anthony Green2019-10-161-2/+3
|
* Test ppc64le again.Anthony Green2019-10-151-0/+6
|
* Fix libffi-dg-pruneAnthony Green2019-10-151-0/+1
|
* Merge branch 'travishacking' of github.com:libffi/libffi into travishackingAnthony Green2019-10-152-2/+2
|\
| * Dump logAnthony Green2019-10-151-1/+1
| |
| * Fix typoAnthony Green2019-10-151-1/+1
| |
* | More tweaksAnthony Green2019-10-153-3/+3
|/
* Upgrade to iphoneos11.4Anthony Green2019-10-151-1/+1
|
* Don't build ppc64le. Sort out exit codes.Anthony Green2019-10-153-14/+8
|
* Prune extra outputAnthony Green2019-10-151-0/+5
|
* Try ppc64le-linux-gnu testingAnthony Green2019-10-143-2/+11
|
* Instal qemu for aarch64Anthony Green2019-10-141-2/+2
|
* Invoke build script differentlyAnthony Green2019-10-141-1/+1
|
* More build fixesAnthony Green2019-10-142-4/+4
|
* Don't quote $envAnthony Green2019-10-141-3/+3
|
* Fix typoAnthony Green2019-10-141-1/+1
|
* Teach build script about aarch64Anthony Green2019-10-141-1/+4
|
* Add missing close braceAnthony Green2019-10-141-0/+1
|
* Test aarch64 linux as wellAnthony Green2019-10-141-0/+6
|
* Remove redundant apt-getAnthony Green2019-10-141-4/+0
|
* Fix opt flagsAnthony Green2019-10-141-11/+17
|
* Use new build container imageAnthony Green2019-10-141-1/+1
|
* DebugAnthony Green2019-10-141-0/+2
|
* Fix typoAnthony Green2019-10-141-1/+1
|
* Pass in LIBFFI_TEST_OPTIMIZATIONAnthony Green2019-10-141-1/+1
|
* Split arm builds into multiple travis jobs so we don'texceed timeoutAnthony Green2019-10-142-2/+12
|
* Fix typoAnthony Green2019-10-141-0/+1
|
* Build and test for s390x-linux-gnuAnthony Green2019-10-144-6/+9
|
* Don't autogen in container. Install make.Anthony Green2019-10-141-2/+1
|
* Force installation of build tools within containerAnthony Green2019-10-141-2/+1
|
* Add the right emulator packageAnthony Green2019-10-141-1/+1
|
* Install emulatorAnthony Green2019-10-141-1/+1
|
* debugAnthony Green2019-10-141-0/+2
|
* Try 32-bit ARM linux builds within a docker containerAnthony Green2019-10-144-19/+64
|
* Fix comments.Anthony Green2019-10-141-6/+1
|
* Update copyright yearAnthony Green2019-10-141-1/+1
|
* Add long double test (#492)zhanhb2019-10-091-0/+2
| | | Required to fix build error on macos with gcc-9
* Making the change to correct the comment when SUN (#521)pichikaudaykiran2019-10-091-8/+9
| | | and GCC are used together
* handle compilation warnings with ftruncate API (#508)pnallan2019-10-081-2/+13
| | | | | | | | * fix me: avoid warning while handle ftruncate API Signed-off-by: Prasad Nallani <prasad.nallani@intel.com> * Update closures.c