summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2021-07-05 10:38:45 -0400
committerAnthony Green <green@moxielogic.com>2021-07-05 10:38:45 -0400
commita98a549df35bf18b10c45bb3e078b18a9e842e00 (patch)
tree290825200eb101fccf59b405075b94dfa0bd70ee
parentf65e7bd3dc4d3a66ce965b10a2dc2d58e3da3302 (diff)
downloadlibffi-a98a549df35bf18b10c45bb3e078b18a9e842e00.tar.gz
Fix container build
-rwxr-xr-x.ci/build-in-container.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/.ci/build-in-container.sh b/.ci/build-in-container.sh
index 77969e4..1517643 100755
--- a/.ci/build-in-container.sh
+++ b/.ci/build-in-container.sh
@@ -2,13 +2,11 @@
set -x
export QEMU_LD_PREFIX=/usr/${HOST}
-
-export DEJAGNU=$(pwd)/.ci/site.exp
+export DEJAGNU=/opt/.ci/site.exp
echo $DEJAGNU
ls -l $DEJAGNU
-pwd
-find .
+cd /opt
./configure ${HOST+--host=$HOST --disable-shared}
make
make dist
-BOARDSDIR=$(pwd)/.ci make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true
+BOARDSDIR=/opt/.ci make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true