Oliver Stöneberg
Oliver Stöneberg
Encountered while working on #438. ```cpp #if __has_builtin(__builtin_bit_cast) #endif ``` ``` a.cpp:1: syntax error: failed to evaluate #if condition, undefined function-like macro invocation: __has_builtin( ... ) ``` See https://gcc.gnu.org/onlinedocs/cpp/_005f_005fhas_005fbuiltin.html.
**Describe the bug** On the same unmodified workflow a different CXX compiler is chosen. This appears to happen extremely rarely. It is the first time I have ever encountered this....
**Describe the bug** The `Processing triggers for man-db () ...` step severely stalls package installation on `ubuntu-24.04` runners. **To Reproduce** Steps to reproduce the behavior: 1. perform a package installation...