aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-20 06:25:38 -0500
committerJack Lloyd <[email protected]>2020-11-20 06:25:38 -0500
commitb763b348a704decd755172fec112c8f965f0f94c (patch)
treed141d9ccc7600a8439c2b6112671adac5a6139c1
parent9f7421c7f5bd99615c5d046eab1ead5684e6dd4d (diff)
Prune Travis build matrix [ci skip]
They have started using some credit-based system and with their accounting we will run out of credits after just a few builds. Try to minimize the burn until I can switch to Github Actions.
-rw-r--r--src/scripts/ci/travis.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml
index d0f5d828e..40c173a8e 100644
--- a/src/scripts/ci/travis.yml
+++ b/src/scripts/ci/travis.yml
@@ -16,16 +16,6 @@ jobs:
env:
- TARGET="fuzzers"
- - name: Valgrind (GCC)
- env:
- - TARGET="valgrind"
- - CCACHE_MAXSIZE=2G
-
- - name: Linux s390x (GCC)
- arch: s390x
- env:
- - TARGET="shared"
-
- name: Linux ppc64le (GCC)
arch: ppc64le
env:
@@ -60,12 +50,6 @@ jobs:
env:
- TARGET="cross-arm64"
- - name: Android arm32 cross (NDK Clang)
- compiler: clang
- env:
- - TARGET="cross-android-arm32"
- - ANDROID_NDK=android-ndk-r21d
-
- name: Android arm64 cross (NDK Clang)
compiler: clang
env:
@@ -80,11 +64,6 @@ jobs:
env:
- TARGET="cross-i386"
- - name: Minimized
- arch: arm64
- env:
- - TARGET="mini-shared"
-
- name: Baremetal (GCC)
arch: arm64
env: