We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21c2244 + 225fe60 commit 72bd040Copy full SHA for 72bd040
src/bci_build/package/gcc.py
@@ -35,7 +35,7 @@ def _is_latest_gcc(os_version: OsVersion, gcc_version: _GCC_VERSIONS) -> bool:
35
36
37
def _is_main_gcc(os_version: OsVersion, gcc_version: _GCC_VERSIONS) -> bool:
38
- if os_version == OsVersion.TUMBLEWEED and gcc_version == 13:
+ if os_version == OsVersion.TUMBLEWEED and gcc_version == 14:
39
return True
40
if os_version.is_sle15 and gcc_version == 7:
41
0 commit comments