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

debian/gbp.conf: Use cargo-vendor-filterer from path during build #859

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

3v1n0
Copy link
Collaborator

@3v1n0 3v1n0 commented Mar 26, 2025

Ensure that gbp buildpackage works by using the locally-installed cargo-vendor-filterer, if any.

So trigger the package cleanup before the build with the proper PATH value, to ensure that we can have a properly working gbp buildpackage in all the versions we support.

As per this, building a clean source package is as easy as doing (or binaries can be built in a similar way):

gbp buildpackage -S

Ensure that gbp buildpackage works by using the locally-installed
cargo-vendor-filterer, if any.

So trigger the package cleanup before the build with the proper PATH
value, to ensure that we can have a properly working gbp buildpackage in
all the versions we support
@3v1n0 3v1n0 requested a review from a team as a code owner March 26, 2025 18:14
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.30%. Comparing base (36511cd) to head (58f1b5c).
Report is 574 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #859      +/-   ##
==========================================
- Coverage   83.43%   79.30%   -4.14%     
==========================================
  Files          83      104      +21     
  Lines        8689    10506    +1817     
  Branches       74       75       +1     
==========================================
+ Hits         7250     8332    +1082     
- Misses       1111     1707     +596     
- Partials      328      467     +139     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@3v1n0 3v1n0 merged commit ce1b968 into ubuntu:main Mar 27, 2025
20 of 22 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.

3 participants