linux-nvme / nvme-stas

NVMe STorage Appliance Services
Apache License 2.0
24 stars 13 forks source link

Build: Fix Github actions #431

Closed martin-belanger closed 1 month ago

martin-belanger commented 1 month ago

The environment used to run GitHub actions has been updated upstream, which breaks the build. This is mainly due to the use of pip. That is, the use of upstream pip and not the one provided by Debian through apt-get install python3-pip.

This updates all the build scripts to use the standard Debian packages (if available) and not rely on "pip install".

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 58.12%. Comparing base (d75c240) to head (ecfbf2d). Report is 9 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #431 +/- ## ========================================== + Coverage 57.63% 58.12% +0.48% ========================================== Files 16 16 Lines 2627 2629 +2 ========================================== + Hits 1514 1528 +14 + Misses 1113 1101 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.