Skip to content

Commit

Permalink
Update coroutine dev branch
Browse files Browse the repository at this point in the history
Switch to github branch, where actual dev is being done.
  • Loading branch information
dkm authored Jan 22, 2025
1 parent caca076 commit 05b1a95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ elif echo "${VERSION}" | grep 'cxx-modules-trunk'; then
LANGUAGES=c,c++
elif echo "${VERSION}" | grep 'cxx-coroutines-trunk'; then
VERSION=cxx-coroutines-trunk-$(date +%Y%m%d)
URL=git://gcc.gnu.org/git/gcc.git
BRANCH=devel/c++-coroutines
MAJOR=10
MAJOR_MINOR=10-trunk
URL=https://github.com/iains/gcc-cxx-coroutines
BRANCH=c++-coroutines
MAJOR=15
MAJOR_MINOR=15-trunk
LANGUAGES=c,c++
elif echo "${VERSION}" | grep 'static-analysis-trunk'; then
VERSION=static-analysis-trunk-$(date +%Y%m%d)
Expand Down

0 comments on commit 05b1a95

Please sign in to comment.