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

Automatically setup rustup in just recipes #136

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

KendallWeihe
Copy link
Contributor

Closes #123

Copy link
Contributor

@nitro-neal nitro-neal left a comment

Choose a reason for hiding this comment

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

This makes just test and others to have a dependency on setup right?

cargo build --release

test:
test: setup

Choose a reason for hiding this comment

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

adding setup for in these lines runs just setup first?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that's right

we're using rustup which is an aggregation of many underlying rust dependencies, but it has to be setup (rustup default stable downloads and installs all the latest stable versions). by adding setup as a dependency, that step is automatically handled.

cc @nitro-neal same question

@KendallWeihe KendallWeihe merged commit 896a591 into main Apr 30, 2024
9 checks passed
@KendallWeihe KendallWeihe deleted the kendall/rustup-setup branch April 30, 2024 18:43
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.

Resolve rustup default stable DX
4 participants