projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90fb897
)
Don't test ppc64le with buggy qemu.
author
Anthony Green
<green@moxielogic.com>
Thu, 24 Oct 2019 10:39:00 +0000
(06:39 -0400)
committer
Anthony Green
<green@moxielogic.com>
Thu, 24 Oct 2019 10:39:00 +0000
(06:39 -0400)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index b1390821935452e8ad41f30bd4588a15665ca751..2c44f9582070cdca7a26c841ac81c3af97641f64 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-7,12
+7,7
@@
matrix:
include:
- os: osx
env: HOST=arm-apple-darwin
- - os: linux
- env: HOST=ppc64le-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O0"
- - os: linux
- env: HOST=ppc64le-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O2"
- - os: linux
- env: HOST=ppc64le-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O2 -fomit-frame-pointer"
+
- os: linux
env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O0"
- os: linux