codecov-action icon indicating copy to clipboard operation
codecov-action copied to clipboard

codecove not working due to glibc not found

Open janisz opened this issue 1 year ago • 1 comments

Codecove was working but it suddenly stopped after upgrading to v4

[94296] Error loading Python lib '/tmp/_MEItgzKar/libpython3.11.so.1.0': dlopen: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEItgzKar/libpython3.11.so.1.0)

janisz avatar Feb 28 '24 14:02 janisz

Looking at the github action configuration, this container is being used:

https://github.com/stackrox/stackrox/pull/9804/files#diff-6e608e02c595d53ab6b70822a2bf19abcfc6ddcc976c2f536ad5bfca20f0443fR21

we'll need to investigate this further to see why this dependency may be missing in the underlying container.

@thomasrockhu-codecov to pull this apollo-ci container to reproduce error and see if we can provide instruction on how to include missing dependency.

eliatcodecov avatar May 01 '24 15:05 eliatcodecov