Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: fix crowtty cargo alias/just recipe #344

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Conversation

hawkw
Copy link
Contributor

@hawkw hawkw commented Dec 27, 2024

PR #342 broke the cargo crowtty alias and just crowtty Just recipe. This is because we moved the crowtty binary out of the workspace's default-packages, so that CI builds don't require libuv. Because crowtty is no longer in default-package, running it using cargo run now requires passing --pacakge crowttyas well as--bin crowtty`, which the aliases don't do.

This commit fixes that by adding --package crowtty to the cargo crowtty alias and the Just recipe. I also documented why crowtty isn't in default-packages in the Cargo.toml.

PR #342 broke the `cargo crowtty` alias and `just crowtty` Just recipe.
This is because we moved the `crowtty` binary out of the workspace's
`default-packages`, so that CI builds don't require `libuv`. Because
`crowtty` is no longer in `default-package`, running it using `cargo
run` now  requires passing --pacakge crowtty` as well as `--bin
crowtty`, which the aliases don't do.

This commit fixes that by adding `--package crowtty` to the `cargo
crowtty` alias and the Just recipe. I also documented why crowtty isn't
in `default-packages` in the Cargo.toml.
@hawkw hawkw enabled auto-merge December 27, 2024 17:47
@hawkw hawkw added this pull request to the merge queue Dec 27, 2024
Merged via the queue into main with commit 34abb3c Dec 27, 2024
12 checks passed
@hawkw hawkw deleted the eliza/fix-crowtty-aliases branch December 27, 2024 18:03
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.

1 participant