summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2020-03-10 13:34:22 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2020-03-10 13:34:22 +0000
commit170d72fbc6ea94f1224e460d2e34a6b13f018f0a (patch)
tree21ef2271bd7c873083e5ca445f6d06a957e03f9f /tcwg_gnu-build.sh
parent592543e1d4f8fee99f6eab8191e13c023202d678 (diff)
tcwg_gnu-build.sh: Fix URL for GCC repo
Switch to git:// instead of https://, which does not work. Change-Id: I1cc57af14e92a72df4b3e028c579913be51080aa
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index 0fbbda15..bb42040a 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -104,7 +104,7 @@ no_regression_p ()
local res
# We use GCC's comparison script, so make sure we have a copy (may
# not be the case when we are just checking binutils)
- clone_or_update_repo gcc master https://gcc.gnu.org/git/gcc.git
+ clone_or_update_repo gcc master git://gcc.gnu.org/git/gcc.git
gcc/contrib/compare_tests $sumfiles_base $sumfiles_new | tee $new_artifacts/regressions.txt &
res=0 && wait $! || res=$?