summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2021-07-29 08:38:18 -0400
committerAnthony Green <green@moxielogic.com>2021-07-29 08:38:18 -0400
commit339acf3d8f049d296dafac3f482c1b7db29c0bae (patch)
tree0700699e6946cbadedcff6a325ead7472c443f48 /.ci
parent43e4ad4d7b4bcc87ee447736a1172b2801a47908 (diff)
downloadlibffi-339acf3d8f049d296dafac3f482c1b7db29c0bae.tar.gz
Debug cross-in-containers builds
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/build.sh b/.ci/build.sh
index a638977..a46e517 100755
--- a/.ci/build.sh
+++ b/.ci/build.sh
@@ -67,7 +67,7 @@ function build_cross_linux()
function build_cross()
{
${DOCKER} pull quay.io/moxielogic/libffi-ci-${HOST}
- ${DOCKER} run --rm -t -v $(pwd):/opt -e HOST="${HOST}" -e CC="${HOST}-gcc ${GCC_OPTIONS}" -e CXX="${HOST}-g++ ${GCC_OPTIONS}" -e RUNNER_WORKSPACE=/opt -e RUNTESTFLAGS="${RUNTESTFLAGS}" -e LIBFFI_TEST_OPTIMIZATION="${LIBFFI_TEST_OPTIMIZATION}" quay.io/moxielogic/libffi-ci-${HOST} bash -c /opt/.ci/build-cross-in-container.sh
+ ${DOCKER} run --rm -t -v $(pwd):/opt -e HOST="${HOST}" -e CC="${HOST}-gcc ${GCC_OPTIONS}" -e CXX="${HOST}-g++ ${GCC_OPTIONS}" -e RUNNER_WORKSPACE=/opt -e RUNTESTFLAGS="-vv ${RUNTESTFLAGS}" -e LIBFFI_TEST_OPTIMIZATION="${LIBFFI_TEST_OPTIMIZATION}" quay.io/moxielogic/libffi-ci-${HOST} bash -c /opt/.ci/build-cross-in-container.sh
./rlgl l --key=${RLGL_KEY} https://rl.gl
ID=$(./rlgl start)