summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2020-08-03 13:43:01 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2020-08-03 13:43:36 +0000
commitc634ef0ad0eb89fb34112473c7382ff6e2cdd6ec (patch)
tree27ef237283d778fcb4452f9ff212412486ac2d57
parent7681b7ab040b02a5f74fedd8ed01393003e76883 (diff)
tcwg-benchmark-bare.sh: Add support for .bz2 toolchain tarballs
Change-Id: I10be7a75d91f2227d5f2735f46d2b832bf85dc39
-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 e7a88a33..78b267c4 100755
--- a/tcwg-benchmark-bare.sh
+++ b/tcwg-benchmark-bare.sh
@@ -93,7 +93,7 @@ case "$toolchain_url" in
# Last component of ccprefix is the path, keep it
toolchaindir="$(dirname ${ccprefix##*:})"
;;
- "http://"*".tar.xz"|"https://"*".tar.xz")
+ "http://"*".tar.xz"|"https://"*".tar.xz"|"http://"*".tar.bz2"|"https://"*".tar.bz2")
toolchaindir=$(untar_url "$toolchain_url" "$WORKSPACE" "--strip-components 1")
;;
"rsync://"*)