ubuntu-latest is missing libc dependencies for cross compiling #6647
Labels
Area: Go
bug report
investigate
Collect additional information, like space on disk, other tool incompatibilities etc.
OS: Ubuntu
Description
We are using a GitHub action to build our lambda go functions. Our Go functions require C libraries
CGO_ENABLED=1
however the libraries are missing inUbuntu 22.04.1
runner. This was working with theUbuntu 20.04.05
runner.Specific errors we are getting are:
Platforms affected
Runner images affected
Image version and build link
Current runner version: '2.299.1'
Operating System
Ubuntu
22.04.1
LTS
Runner Image
Image: ubuntu-22.04
Version: 20221119.2
Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20221119.2/images/linux/Ubuntu2204-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20221119.2
Runner Image Provisioner
2.0.91.1
Is it regression?
https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20221027.1
Expected behavior
Expect aws go lambdas to be built with the required libc libraries.
Actual behavior
Aws go lambdas are missing the required libc libraries.
Repro steps
We're using AWS CDK so don't have simple to-reproduce steps. Let me know if you need them
The text was updated successfully, but these errors were encountered: