Skip to content

Commit ae353fd

Browse files
committed
Yet another fix for trivial relocation :')
Signed-off-by: Marc Poulhiès <[email protected]>
1 parent f4570dc commit ae353fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ elif echo "${VERSION}" | grep 'contracts-GNUext-trunk'; then
142142
LANGUAGES=c++
143143
elif echo "${VERSION}" | grep 'trivial-relocation-trunk'; then
144144
VERSION=trivial-relocation-trunk-$(date +%Y%m%d)
145-
URL=git@github.com:iains/gcc-git.git
145+
URL=https://github.com/iains/gcc-git.git
146146
BRANCH="C++2z-trivial-relocation"
147147
MAJOR=16
148148
MAJOR_MINOR=16-trunk

0 commit comments

Comments
 (0)