diff options
author | Jack Lloyd <[email protected]> | 2017-07-17 09:54:53 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-07-17 09:54:53 -0400 |
commit | 90e8cbbc023827a3a55e84ab0c0a3de7c80e681c (patch) | |
tree | 4121e2fd415bd7484abd74cee93974884e4a87f1 | |
parent | 545eb0bb4661071d9647ea3bf1e6336dcf458ffa (diff) | |
parent | 0f8fca9c8c86246db3ba3417d821cec561f42666 (diff) |
Merge GH #1119 Run full tests on big-endian ppc qemu
-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/) |