-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
Description
This is a regression, GCC 13.1.0 was removed.
See commit:
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 20.04
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 11
- macOS 12
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- Windows Server 2019
- Windows Server 2022
Image version and build link
Image: ubuntu-22.04
Version: 20240514.2.0
Is it regression?
Build succeeds with:
Image: ubuntu-22.04
Version: 20240422.1.0
Expected behavior
GNU C++ 13.1.0 available
Actual behavior
GNU C++ 13.1.0 was available before, and was removed.
Repro steps
CI build break in opentelemetry-cpp
CMake Error at /usr/local/share/cmake-3.29/Modules/CMakeDetermineCCompiler.cmake:49 (message):
Could not find compiler set in environment variable CC:
/usr/bin/gcc-13.
mborland, grazhopper, haampie, hartwork and thejohnfreemanhit9