aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-08-01 14:00:41 -0400
committerJack Lloyd <[email protected]>2018-08-01 14:00:41 -0400
commit67f46486a8f27ad8448beeb2f37943e3230592b6 (patch)
tree4e9712ca6013a95ba43738f50d2a3522114e504a /src/scripts
parentde1766a026a761688724f988183381411e162084 (diff)
Just skip 32-bit ARM iOS build entirely
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/ci/travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml
index 5888cd9f1..a6bc21694 100644
--- a/src/scripts/ci/travis.yml
+++ b/src/scripts/ci/travis.yml
@@ -6,7 +6,6 @@ os:
dist: trusty
sudo: required
-osx_image: 9.3
compiler:
- clang
@@ -45,6 +44,10 @@ matrix:
- os: osx
env: BUILD_MODE="sonar"
+ # XCode 9.4 ICEs on 32-bit ARM builds
+ - os: osx
+ env: BUILD_MODE="cross-arm32"
+
# Run static, docs, lint, bsi, nist, fuzzers, coverage, valgrind,
# sonar, sanitizer, minimized and non-ARM cross builds only on Linux/gcc.
# The sanitizer builds under Clang run the tests very slowly and
@@ -79,7 +82,7 @@ matrix:
- compiler: gcc
env: BUILD_MODE="sonar"
- # No ARM Clang compiler on Linux
+ # No ARM Clang compiler on Linux
- os: linux
compiler: clang
env: BUILD_MODE="cross-arm32"