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

Build: Fix Github actions #431

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

martin-belanger
Copy link
Collaborator

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".

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".

Signed-off-by: Martin Belanger <[email protected]>
@codecov-commenter
Copy link

⚠️ 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 ✅

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

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martin-belanger martin-belanger merged commit fbdd1ca into linux-nvme:main Oct 14, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants