Commit ad377b63 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

build_multilinux: pass through ccache

Here, we pass both the USE_CCACHE variable and the CCACHE volume to docker.
parent 08c0538f
...@@ -87,9 +87,11 @@ function build_multilinux { ...@@ -87,9 +87,11 @@ function build_multilinux {
-e WHEEL_SDIR="$WHEEL_SDIR" \ -e WHEEL_SDIR="$WHEEL_SDIR" \
-e MANYLINUX_URL="$MANYLINUX_URL" \ -e MANYLINUX_URL="$MANYLINUX_URL" \
-e BUILD_DEPENDS="$BUILD_DEPENDS" \ -e BUILD_DEPENDS="$BUILD_DEPENDS" \
-e USE_CCACHE="$USE_CCACHE" \
-e REPO_DIR="$repo_dir" \ -e REPO_DIR="$repo_dir" \
-e PLAT="$PLAT" \ -e PLAT="$PLAT" \
-v $PWD:/io \ -v $PWD:/io \
-v $HOME/.ccache:/ccache \
$docker_image /io/$MULTIBUILD_DIR/docker_build_wrap.sh $docker_image /io/$MULTIBUILD_DIR/docker_build_wrap.sh
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment