Skip to content

Conversation

@cgwalters
Copy link
Collaborator

To unblock reverse dependency testing.

(We still have the forked cfsctl, that's the only thing)

To unblock reverse dependency testing.

(We still have the forked cfsctl, that's the only thing)

Signed-off-by: Colin Walters <[email protected]>
@bootc-bot bootc-bot bot requested a review from jeckersb January 29, 2026 14:39
Copy link
Contributor

@jmarrero jmarrero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the composefs-rs dependency to a newer git revision. The changes correctly update the revision in Cargo.toml and Cargo.lock. A small modification in crates/lib/src/cfsctl.rs adapts the code to an API change in the gc method of the updated dependency. The changes look correct and are necessary for compatibility with the new version of composefs-rs.

}
Command::GC => {
repo.gc()?;
repo.gc(&[])?;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change is needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It came in with containers/composefs-rs#200 and if you dig in there you'll notice I asked the same question - and IMO (part of) the answer is containers/composefs-rs#21

@cgwalters cgwalters enabled auto-merge (rebase) January 29, 2026 14:45
@cgwalters cgwalters merged commit 4f51a5f into bootc-dev:main Jan 29, 2026
34 of 37 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