diff options
author | Jack Lloyd <[email protected]> | 2021-03-24 10:34:49 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2021-03-24 10:34:49 -0400 |
commit | f0dc402f9704075338792294811235ce9f7bf2c6 (patch) | |
tree | 3b375af33c9e29b6a3b28c36de797c02fdb79c40 | |
parent | 221d33021fbc25051dc8a9fac4e17e3ae56c9323 (diff) |
Drop ppc64le Clang build from Travis
It consumes a lot of credits vs the benefit it provides.
-rw-r--r-- | src/scripts/ci/travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index e1de4e11d..8ecc8c544 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -26,12 +26,6 @@ jobs: env: - TARGET="shared" - - name: Linux ppc64le (Clang) - arch: ppc64le - compiler: clang - env: - - TARGET="shared" - - name: Linux arm64 (GCC) arch: arm64 env: |