Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codecov uploader fails on Linux ARM #1093

Open
andyleclair opened this issue Jul 12, 2023 · 2 comments
Open

Codecov uploader fails on Linux ARM #1093

andyleclair opened this issue Jul 12, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@andyleclair
Copy link

Describe the bug
Codecov fails to upload test results on Linux ARM machines. Failure is:

/bin/bash: line 10: ./codecov: cannot execute binary file: Exec format error

I'm not sure if this issue is with the codecov agent itself or the codecov orb installing a non-arm version.

To Reproduce
Steps to reproduce the behavior:

  • Use latest codecov orb (3.2.5)
  • Use the codecov/upload step in our circleci yml

Expected behavior
I'd expect the correct binary for the architecture is installed and that it works

Screenshots
image
image
image

Additional context
I'm happy to close this and open a report against the codecov orb if need be!

@andyleclair andyleclair added the bug Something isn't working label Jul 12, 2023
@drazisil-codecov
Copy link
Contributor

Hi @andyleclair

Can you confirm that the binary works when directly downloaded from uploader.codecov.io ? That will help us know if it's an uploader issue, or an orb one.

@AlexWayfer
Copy link

Hi @andyleclair

Can you confirm that the binary works when directly downloaded from uploader.codecov.io ? That will help us know if it's an uploader issue, or an orb one.

It doesn' work for me, on macOS: #523 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants