You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heya 👋🏽 thanks for making the lib available. This is more of a question, but it took some time in the afternoon.
Due to some relative path mistakes, I had some tests (that required the decompression of a gzip file passing locally), but failing on CI, which returned this message:
could not load library "libc"/usr/lib/x86_64-linux-gnu/libc.so: invalid ELF header
Heya 👋🏽 thanks for making the lib available. This is more of a question, but it took some time in the afternoon.
Due to some relative path mistakes, I had some tests (that required the decompression of a gzip file passing locally), but failing on CI, which returned this message:
which seems to be coming from this line
Digging deeper, it seems that there is a slight difference from Oses (below tests in ubuntu 22.04 in WSL2):
A colleague using pop os and arch reported an error similar to the ELF header above.
Instead, shouldn't we use:
to report the error number in that block
The text was updated successfully, but these errors were encountered: