summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2020-08-03 15:16:38 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2020-08-03 15:37:02 +0000
commitf699052facfc4d09260e9cb21212ed38df4850df (patch)
treee85fcc68d2dda5082f328deea77fd2d19e10a6f8
parent5b170518c54b9d21c307b4abcafa8f84e60c48a6 (diff)
tcwg-benchmark-bare.sh: Fix ccprefix
Change-Id: I6862dfa8fe2afbce11a454835046a166ce022539
-rwxr-xr-xtcwg-benchmark-bare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-benchmark-bare.sh b/tcwg-benchmark-bare.sh
index c07374c1..38f51894 100755
--- a/tcwg-benchmark-bare.sh
+++ b/tcwg-benchmark-bare.sh
@@ -171,7 +171,7 @@ case "$toolchain_url" in
ccprefix=$(echo "$ccpath" | sed -e "s/$ccname\$//")
# Copy toolchain to the build container.
rsync -a --delete -e "ssh -p$build_container_port" "$toolchaindir/" "$build_container_host:$toolchaindir/"
- ccprefix="$build_container_host:$build_container_port:$ccprefix"
+ # We share the filesystem with build and run containers ccprefix="$build_container_host:$build_container_port:$ccprefix"
;;
esac
;;