diff options
author | Jack Lloyd <[email protected]> | 2017-07-16 18:34:58 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-07-16 18:34:58 -0400 |
commit | 0f8fca9c8c86246db3ba3417d821cec561f42666 (patch) | |
tree | a256a627dae79b134426a8b17f38c4694cbfaf84 /src/scripts/ci | |
parent | 2a4b1a70ddc2b7db6ab4f5b86ebbd6f4eb2f4fd8 (diff) |
Enable all tests on ppc32 cross build
Ensures big-endian gets tested
Diffstat (limited to 'src/scripts/ci')
-rwxr-xr-x | src/scripts/ci/travis/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/travis/build.sh b/src/scripts/ci/travis/build.sh index 36517738b..f37bb048a 100755 --- a/src/scripts/ci/travis/build.sh +++ b/src/scripts/ci/travis/build.sh @@ -98,7 +98,7 @@ if [ "${BUILD_MODE:0:6}" = "cross-" ]; then CC_BIN=powerpc-linux-gnu-g++-4.8 TEST_PREFIX=(qemu-ppc -L /usr/powerpc-linux-gnu/) CFG_FLAGS+=(--cpu=ppc32) - CFG_FLAGS+=(--module-policy=modern --enable-modules=tls) + # Everything enabled to ensure good big-endian test coverage elif [ "$BUILD_MODE" = "cross-ppc64" ]; then CC_BIN=powerpc64le-linux-gnu-g++-4.8 TEST_PREFIX=(qemu-ppc64le -L /usr/powerpc64le-linux-gnu/) |