Skip to content

Conversation

@AlexTMjugador
Copy link

Some Rust projects are meant to be built with Cargo wrappers that maintain most of the relevant Cargo CLI, but add additional build logic on top. Examples include projects using the Dioxus or Tauri frameworks.

In order to make such wrappers composable with xx, let's add a XX_CARGO environment variable users can set to make xx-cargo run them.

Some Rust projects are meant to be built with Cargo wrappers that
maintain most of the Cargo CLI, but add additional build logic on top.
Examples include projects using the Dioxus or Tauri frameworks.

In order to make such wrappers composable with `xx`, let's add a
`XX_CARGO` environment variable users can set to make `xx-cargo` run
them.

Signed-off-by: Alejandro González <[email protected]>
Copy link
Collaborator

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

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

LGTM thanks!

PTAL @tonistiigi

@AlexTMjugador
Copy link
Author

AlexTMjugador commented Dec 21, 2025

I see that some CI checks are failing, either due to missing packages in the Debian Unstable distribution (which are transient and happen from time to time) or due to apparently also transient errors when downloading the Ubuntu package list.

Is there anything I should do on my end to help move this PR forward? I'd appreciate your thoughts 🙏

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