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

[BUG] v5 fails on Alpine

Open ktbarrett opened this issue 6 months ago • 1 comments

Describe the bug Upgrading from v4 to v5 on an Alpine Linux system fails with:

OCI runtime exec failed: exec failed: unable to start container process: exec: "bash": executable file not found in $PATH: unknown

Versions

  • OS: Alpine Linux
  • Git Host: Github
  • CI/CD: GitHub Actions
  • Uploader: codecov-action@v5

Commit and CI link https://github.com/ktbarrett/find_libpython/actions/runs/15366625317/job/43240370306

ktbarrett avatar May 31 '25 19:05 ktbarrett

Hey @ktbarrett thanks for the bug report! We will work on a fix for this, but in case you haven't already, you can get unblocked by installing bash in the alpine environment where you're trying to run the action.

spalmurray avatar Jun 02 '25 15:06 spalmurray

@ktbarrett, looks like this should be fixed, do you mind trying again? I think you may need to install bash

thomasrockhu-codecov avatar Jul 07 '25 18:07 thomasrockhu-codecov

@spalmurray @thomasrockhu-codecov It works on my end. I've fine to close if you are.

ktbarrett avatar Jul 08 '25 03:07 ktbarrett