Lack of reproducibility is exhausting: latest Ubuntu 22 changes broke our pipelines #8669
Closed
2 of 10 tasks
Labels
bug report
investigate
Collect additional information, like space on disk, other tool incompatibilities etc.
OS: Ubuntu
Description
This change to ubuntu-22.04 broke one of our pipeline (in a 3rd party dependency, namely
fmt
).Notice the all green run less than 24h ago.
We suspect this is because the change introduce a new version of libstdc++ (shipped by GCC), which gets pickeds up by the build and is apparently not compatible with Clang 14 used to compile.
Is there a way to "lock" the runners in a known state / specific image version?
Currently, CI in Cpp seems like a gateway to burnout.
Platforms affected
Runner images affected
Image version and build link
20231022.1.0
Is it regression?
In a way
Expected behavior
Things that worked yesterday evening to work the same this morning.
Actual behavior
Exhaustion.
Repro steps
The text was updated successfully, but these errors were encountered: