Description
#2068 updates the global workflow environment, which introduces a glib@2.88 dependency. During testing on Ursa, glib@2.88 failed to build with intel-oneapi-compilers@2025.3.1 via meson@1.11, producing the error:
ERROR: In override_options for atomic-c-23: None of values ['c23'] are supported by the C compiler. Possible values for option "c_std" are ['none', 'c89', 'c99', 'c11', 'c17', 'c18', 'c2x', 'gnu89', 'gnu99', 'gnu11', 'gnu17', 'gnu18', 'gnu2x']
Both @climbfuji and myself have built glib@2.88 with oneAPI compilers on our local systems, so this is an issue somehow related to configuration. See #2068 for additional context.
To Reproduce
Build the global workflow environment in #2068 on Ursa.
Expected behavior
glib should build.
System, compiler, code, ...
Ursa with the intel-oneapi-compilers@2025.3.1
Additional context
Add any other context about the problem here.
Description
#2068 updates the global workflow environment, which introduces a
glib@2.88dependency. During testing on Ursa,glib@2.88failed to build withintel-oneapi-compilers@2025.3.1viameson@1.11, producing the error:Both @climbfuji and myself have built
glib@2.88with oneAPI compilers on our local systems, so this is an issue somehow related to configuration. See #2068 for additional context.To Reproduce
Build the global workflow environment in #2068 on Ursa.
Expected behavior
glibshould build.System, compiler, code, ...
Ursa with the
intel-oneapi-compilers@2025.3.1Additional context
Add any other context about the problem here.