Skip to content

Commit 72bd040

Browse files
authored
Merge pull request #1604 from SUSE/tumbleweed_gcc14
TW switched to gcc 14 as main version
2 parents 21c2244 + 225fe60 commit 72bd040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bci_build/package/gcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _is_latest_gcc(os_version: OsVersion, gcc_version: _GCC_VERSIONS) -> bool:
3535

3636

3737
def _is_main_gcc(os_version: OsVersion, gcc_version: _GCC_VERSIONS) -> bool:
38-
if os_version == OsVersion.TUMBLEWEED and gcc_version == 13:
38+
if os_version == OsVersion.TUMBLEWEED and gcc_version == 14:
3939
return True
4040
if os_version.is_sle15 and gcc_version == 7:
4141
return True

0 commit comments

Comments
 (0)