From 0ab7cfa78be0e63d3a512d6d1f62d7a9ece6c104 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Thu, 14 Nov 2019 20:05:42 -0500 Subject: Add big-endian, s390x job to Travis This will help catch issues like #11388. [skip appveyor] --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85eca601a3..9d7042ffbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,6 @@ addons: - gdb - gperf - language-pack-tr - - libc6-dev-i386 - libtool-bin - locales - ninja-build @@ -160,6 +159,14 @@ jobs: # Minimum required CMake. - CMAKE_URL=https://cmake.org/files/v2.8/cmake-2.8.12-Linux-i386.sh - *common-job-env + - name: big-endian + os: linux + arch: s390x + compiler: gcc + env: + - CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON" + - DEPS_CMAKE_FLAGS="$DEPS_CMAKE_FLAGS -DUSE_BUNDLED_LUAJIT=OFF" + - *common-job-env - name: clang-tsan os: linux compiler: clang -- cgit