3 # Download and run Docker image to build and test 32-bit Git
6 . ${0%/*}/lib-travisci.sh
8 docker pull daald/ubuntu32:xenial
10 # Use the following command to debug the docker build locally:
11 # $ docker run -itv "${PWD}:/usr/src/git" --entrypoint /bin/bash daald/ubuntu32:xenial
12 # root@container:/# /usr/src/git/ci/run-linux32-build.sh <host-user-id>
14 container_cache_dir=/tmp/travis-cache
18 --env BYPASS_TCLTK_CHECK \
20 --env DEFAULT_TEST_TARGET \
21 --env GIT_PROVE_OPTS \
23 --env GIT_TEST_CLONE_2GB \
24 --env cache_dir="$container_cache_dir" \
25 --volume "${PWD}:/usr/src/git" \
26 --volume "$cache_dir:$container_cache_dir" \
27 daald/ubuntu32:xenial \
28 /usr/src/git/ci/run-linux32-build.sh $(id -u $USER)
30 check_unignored_build_artifacts