summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-18 13:17:27 -0500
committerAnthony Green <green@moxielogic.com>2019-11-18 13:17:27 -0500
commit581048f91e9e25e3b17a2906edd8840f35999918 (patch)
tree1978c4b8d3fd693563bbdf31d719264ed704c7e6 /.travis
parentbbea6394f9f27de68aac037abb264151d6de9f64 (diff)
downloadlibffi-581048f91e9e25e3b17a2906edd8840f35999918.tar.gz
Be specific when building CI container images
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/build.sh2
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)