We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caca076 commit 05b1a95Copy full SHA for 05b1a95
build/build.sh
@@ -69,10 +69,10 @@ elif echo "${VERSION}" | grep 'cxx-modules-trunk'; then
69
LANGUAGES=c,c++
70
elif echo "${VERSION}" | grep 'cxx-coroutines-trunk'; then
71
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
+ URL=https://github.com/iains/gcc-cxx-coroutines
+ BRANCH=c++-coroutines
+ MAJOR=15
+ MAJOR_MINOR=15-trunk
76
77
elif echo "${VERSION}" | grep 'static-analysis-trunk'; then
78
VERSION=static-analysis-trunk-$(date +%Y%m%d)
0 commit comments