From a9daeb643ebffbc708346141b1324f145bf9766f Mon Sep 17 00:00:00 2001 From: Laurent Alfonsi Date: Thu, 21 Apr 2022 16:54:13 +0200 Subject: tcwg-benchmark: Create toolchain dir if not existing on bmk board Change-Id: I925a4b5bb901fb4a32613b1f6ffa370ee9056768 --- tcwg-benchmark.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcwg-benchmark.sh') diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh index 77921a20..145791a2 100755 --- a/tcwg-benchmark.sh +++ b/tcwg-benchmark.sh @@ -215,6 +215,7 @@ case "$toolchain_url" in ccprefix=$(echo "$ccpath" | sed -e "s/$ccname\$//") # Copy toolchain to the build container. + ssh -p$build_container_port $build_container_host mkdir -p "$toolchaindir" rsync -a --delete -e "ssh -p$build_container_port" "$toolchaindir/" "$build_container_host:$toolchaindir/" if [ x"$builder" != x"bmk_board" ]; then ccprefix="$build_container_host:$build_container_port:$ccprefix" @@ -229,6 +230,7 @@ case "$sysroot" in "http://"*|"https://"*) sysrootdir=$(untar_url "$sysroot" "$WORKSPACE" "--strip-components 1") # Copy toolchain to the build container. + ssh -p$build_container_port $build_container_host mkdir -p "$sysrootdir" rsync -a --delete -e "ssh -p$build_container_port" "$sysrootdir/" "$build_container_host:$sysrootdir/" sysroot="$build_container_host:$build_container_port:$sysrootdir" ;; -- cgit v1.2.3