Closed tsalo closed 5 months ago
First attempt fails with the following:
./"codecov" create-commit -t <redacted>
[221] Error loading Python lib '/tmp/_MEIgcdeCP/libpython3.11.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEIgcdeCP/libpython3.11.so.1.0)
Exited with code exit status 255
I will add in the following step before codecov/upload
, based on https://github.com/codecov/codecov-circleci-orb/issues/157#issue-1692263650:
- run:
name: Quick fix for GPG error in Codecov
command: mkdir -p ~/.gnupg
Well this is a new one:
./"codecov" create-commit -t <redacted>
[219] Error loading Python lib '/tmp/_MEICvt1sA/libpython3.11.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEICvt1sA/libpython3.11.so.1.0)
Exited with code exit status 255
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.34%. Comparing base (
4b82467
) to head (aa75fb1
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@mattcieslak I have no clue how, but it's working
Attempting to reproduce errors in #409.
Changes proposed in this pull request