Skip to content

Commit 05b1a95

Browse files
authored
Update coroutine dev branch
Switch to github branch, where actual dev is being done.
1 parent caca076 commit 05b1a95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ elif echo "${VERSION}" | grep 'cxx-modules-trunk'; then
6969
LANGUAGES=c,c++
7070
elif echo "${VERSION}" | grep 'cxx-coroutines-trunk'; then
7171
VERSION=cxx-coroutines-trunk-$(date +%Y%m%d)
72-
URL=git://gcc.gnu.org/git/gcc.git
73-
BRANCH=devel/c++-coroutines
74-
MAJOR=10
75-
MAJOR_MINOR=10-trunk
72+
URL=https://github.com/iains/gcc-cxx-coroutines
73+
BRANCH=c++-coroutines
74+
MAJOR=15
75+
MAJOR_MINOR=15-trunk
7676
LANGUAGES=c,c++
7777
elif echo "${VERSION}" | grep 'static-analysis-trunk'; then
7878
VERSION=static-analysis-trunk-$(date +%Y%m%d)

0 commit comments

Comments
 (0)