[X] ... the documentation does not mention anything about my problem
[X] ... there are no open or closed issues that are related to my problem
Description
Hi,
When I'm using osxcross:14.5 to build with CGO, the build return the error :
o64-clang: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by o64-clang)
I don't have this problem with osxcross:13.1 I can build my artifact.
The version of libc present in the container is 2.31.
Expected behaviour
Build
Actual behaviour
Not build
Steps to reproduce
Try to build a Go program for Darwin arm/amd with CGO enabled and MacOS SDK header required.
Support guidelines
I've found a bug and checked that ...
Description
Hi, When I'm using
osxcross:14.5
to build with CGO, the build return the error :o64-clang: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by o64-clang)
I don't have this problem with
osxcross:13.1
I can build my artifact.The version of libc present in the container is 2.31.
Expected behaviour
Build
Actual behaviour
Not build
Steps to reproduce
Try to build a Go program for Darwin arm/amd with CGO enabled and MacOS SDK header required.
Docker info
Logs
Additional info
No response