Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

fix: remove hard-coded paths and patch overrides#11

Open
noahgift wants to merge 1 commit intomainfrom
fix/remove-hard-coded-paths
Open

fix: remove hard-coded paths and patch overrides#11
noahgift wants to merge 1 commit intomainfrom
fix/remove-hard-coded-paths

Conversation

@noahgift
Copy link
Copy Markdown
Contributor

@noahgift noahgift commented Mar 4, 2026

Summary

  • Remove hard-coded path = "../../crates/trueno-zram-core" in bins/trueno-ublk/Cargo.toml — replaced with workspace = true to use the workspace-level definition
  • Replace /mnt/nvme-raid0 references in doc comments in bins/trueno-ublk/src/backend.rs and bins/trueno-ublk/src/cli/mod.rs with portable examples using $TRUENO_COLD_TIER_PATH env var or /tmp/trueno-cold

These changes are required for clean-room CI compatibility per the sovereign-stack-protected-branch-strategy.md (Section 5).

Test plan

  • cargo check passes with no errors (192 pre-existing warnings, no new ones)
  • No /mnt/nvme-raid0 references remain in any .rs files
  • No [patch.crates-io] path overrides remain in any Cargo.toml files
  • Workspace reference for trueno-zram-core is consistent with workspace.dependencies

Spec: sovereign-stack-protected-branch-strategy.md (Section 5)

🤖 Generated with Claude Code

Remove [patch.crates-io] path overrides and /mnt/nvme-raid0 references.
These break clean-room CI builds.

Spec: sovereign-stack-protected-branch-strategy.md (Section 5)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant