summaryrefslogtreecommitdiff
path: root/start-container-docker.sh
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-04-20 16:56:46 +0100
committerRenato Golin <renato.golin@linaro.org>2017-04-20 16:56:46 +0100
commit5328a8dc3f09b33db1d699d600b45f0b96adaa13 (patch)
tree96f230a15d42c643712fc96a0be86bf0b4959296 /start-container-docker.sh
parentdf26fbb131c99cc3f1489942929119d559082044 (diff)
start-container-docker.sh: bind mount LLVM git reference
Change-Id: Ic5915d62ec2ecc9c48f69ba2e1849d420e3d9fcd
Diffstat (limited to 'start-container-docker.sh')
-rwxr-xr-xstart-container-docker.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/start-container-docker.sh b/start-container-docker.sh
index 9eebb2e0..334078ea 100755
--- a/start-container-docker.sh
+++ b/start-container-docker.sh
@@ -142,6 +142,7 @@ cpus=$(( $weight * 1000 )) # 1000 cpu shares per executor
set -x
session_id=$($DOCKER run --name $session_name -dtP \
-v $HOME/snapshots-ref:$HOME/snapshots-ref:ro \
+ -v $HOME/llvm-reference:$HOME/llvm-reference:ro \
-v $WORKSPACE:$WORKSPACE \
${SECURITY} \
--memory=${memory}M \