Skip to content

Commit a3b5e6e

Browse files
committed
Add COBOL in the languages introduced in GCC 15
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
1 parent e5ed134 commit a3b5e6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ else
157157
# Languages introduced in 14
158158
if [[ "${MAJOR}" -ge 14 ]]; then LANGUAGES=${LANGUAGES},rust; fi
159159

160+
# Languages introduced in 15
161+
if [[ "${MAJOR}" -ge 15 ]]; then LANGUAGES=${LANGUAGES},cobol; fi
162+
160163
fi
161164

162165
## If version is prefixed by "assertions-", do the extra steps we want for the

0 commit comments

Comments
 (0)