summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-02-09 20:29:31 +0100
committerDerek Schuff <dschuff@chromium.org>2018-02-09 11:29:31 -0800
commit1a85018da5fb6fdd8efdbec4685a4dfab1698e93 (patch)
treeafd199872ca3aa4fcc781dca20f49324c1304a24
parent9ce090dee72a36ed7665e625df93a651d8a9a791 (diff)
downloadbinaryen-1a85018da5fb6fdd8efdbec4685a4dfab1698e93.tar.gz
binaryen-1a85018da5fb6fdd8efdbec4685a4dfab1698e93.tar.bz2
binaryen-1a85018da5fb6fdd8efdbec4685a4dfab1698e93.zip
Travis: Remove build for ppc64le, it takes more than 50 minutes (#1413)
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 5f51f7551..39cf9e6e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -133,7 +133,9 @@ jobs:
# Build binaries for other architectures using QEMU user-mode emulation.
# Note: We don't run tests for these architectures, because some fail under
- # QEMU/binfmt and it takes too long time (hits time limit on Travis).
+ # QEMU/binfmt and it takes too long time (hits time limit on Travis).
+ # Note: We had to remove ppc64le, because it takes more than 50 minutes
+ # (Travis limit) to build. :(
- <<: *build-alpine
env: ARCH=x86
@@ -143,8 +145,5 @@ jobs:
- <<: *build-alpine
env: ARCH=armhf
- - <<: *build-alpine
- env: ARCH=ppc64le
-
notifications:
email: false