Conversation
… ubuntu GUI deps and using --locked
🧠 Arbor Graph Impact ReportBlast Radius: High-centrality nodes affected? 🧠 Arbor Graph Impact ReportUnable to generate impact report. Command: stderr: Usage: arbor [OPTIONS] For more information, try '--help'. Powered by Arbor graph governance for code. See https://github.com/Anandb71/arbor for details. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts the Rust CI workflow to make the cross-platform CLI build more deterministic and less dependent on Ubuntu-specific system packages.
Changes:
- Removed the Ubuntu-only apt-installed GUI/system dependency step from the cross-platform CLI matrix job.
- Added
--lockedto the cross-platform release CLI build to ensure Cargo.lock is honored in CI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… ubuntu GUI deps and using --locked
Description
Brief description of what this PR does. Link any related issues.
Fixes #(issue number)
Type of Change
Changes Made
Testing
Describe how you tested your changes:
cargo test --allcargo clippy --allflutter test(if applicable)Screenshots (if applicable)
For visualizer changes, include before/after screenshots.
Checklist