diff options
author | Anthony Green <green@moxielogic.com> | 2019-11-18 13:17:27 -0500 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2019-11-18 13:17:27 -0500 |
commit | 581048f91e9e25e3b17a2906edd8840f35999918 (patch) | |
tree | 1978c4b8d3fd693563bbdf31d719264ed704c7e6 /.travis | |
parent | bbea6394f9f27de68aac037abb264151d6de9f64 (diff) | |
download | libffi-581048f91e9e25e3b17a2906edd8840f35999918.tar.gz |
Be specific when building CI container images
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/build.sh b/.travis/build.sh index 3cb356b..46f08ec 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -70,7 +70,7 @@ function build_cross_linux() function build_cross() { - ${DOCKER} run --rm -t -i -v `pwd`:/opt -e HOST="${HOST}" -e CC="${HOST}-gcc ${GCC_OPTIONS}" -e CXX="${HOST}-g++ ${GCC_OPTIONS}" -e LIBFFI_TEST_OPTIMIZATION="${LIBFFI_TEST_OPTIMIZATION}" moxielogic/libffi-ci-${HOST}:latest bash -c /opt/.travis/build-cross-in-container.sh + ${DOCKER} run --rm -t -i -v `pwd`:/opt -e HOST="${HOST}" -e CC="${HOST}-gcc ${GCC_OPTIONS}" -e CXX="${HOST}-g++ ${GCC_OPTIONS}" -e LIBFFI_TEST_OPTIMIZATION="${LIBFFI_TEST_OPTIMIZATION}" docker.io/moxielogic/libffi-ci-${HOST} bash -c /opt/.travis/build-cross-in-container.sh ./rlgl l https://rl.gl ID=$(./rlgl start) |