Skip to content

Use cargo 1.91 on Noble#1375

Draft
adombeck wants to merge 3 commits intomainfrom
cargo-1.91
Draft

Use cargo 1.91 on Noble#1375
adombeck wants to merge 3 commits intomainfrom
cargo-1.91

Conversation

@adombeck
Copy link
Copy Markdown
Contributor

@adombeck adombeck commented Apr 1, 2026

  • debian/control: Bump build dependency on cargo to 1.91

    Noble archives now include cargo-1.91. We should always try to use the
    latest available cargo version to avoid issues when updating our Rust
    dependencies.

  • debian/rules: Use versioned cargo wrapper on Noble

    We hardcoded the path to the cargo executable to
    /usr/share/cargo/bin/cargo which is the wrapper shipped by the cargo
    package. On Noble, that's cargo 1.75. To build with the latest cargo
    version (currently cargo-1.91 on Noble) we have to use the cargo wrapper
    below /usr/lib/rust-$VERSION instead.

UDENG-8123

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.32%. Comparing base (8c3c521) to head (622c635).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1375      +/-   ##
==========================================
+ Coverage   80.08%   86.32%   +6.24%     
==========================================
  Files          20       99      +79     
  Lines         984     6690    +5706     
  Branches        0      111     +111     
==========================================
+ Hits          788     5775    +4987     
- Misses        196      859     +663     
- Partials        0       56      +56     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Noble archives now include cargo-1.91. We should always try to use the
latest available cargo version to avoid issues when updating our Rust
dependencies.
@adombeck adombeck force-pushed the cargo-1.91 branch 3 times, most recently from dc4d096 to fcb3c4e Compare April 1, 2026 15:19
adombeck added 2 commits April 1, 2026 17:29
We hardcoded the path to the cargo executable to
/usr/share/cargo/bin/cargo which is the wrapper shipped by the cargo
package. On Noble, that's cargo 1.75. To build with the latest cargo
version (currently cargo-1.91 on Noble) we have to use the cargo wrapper
below /usr/lib/rust-$VERSION instead.
Useful to debug the issue that the cargo wrapper executes the wrong
cargo version
@adombeck
Copy link
Copy Markdown
Contributor Author

adombeck commented Apr 1, 2026

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