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 aacd2ad commit c23a7aaCopy full SHA for c23a7aa
tools/options/meson.build
@@ -82,13 +82,7 @@ if get_option('run_in_ci')
82
'compilers': [msvc_compiler_current],
83
},
84
'msys2': {
85
- # TODO: this needs to be 14, but we can't pin the package atm, see https://github.com/OpenBrickProtocolFoundation/oopetris/pull/224
86
- 'compilers': [
87
- {
88
- 'id': 'gcc',
89
- 'checks': ['>=15', '<16'],
90
- },
91
- ],
+ 'compilers': [gcc_14_compiler],
92
93
'linux': {
94
'compilers': [clang_19_compiler, gcc_14_compiler],
0 commit comments