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

removes turbopack specific cargo commands #8924

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

dimitropoulos
Copy link
Contributor

with turbopack being removed in #8906, we can now simplify the root cargo commands (and remove the old turbopack ones)

Copy link

vercel bot commented Aug 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 8:51pm
9 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Aug 1, 2024 8:51pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Aug 1, 2024 8:51pm
examples-gatsby-web ⬜️ Ignored (Inspect) Aug 1, 2024 8:51pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Aug 1, 2024 8:51pm
examples-native-web ⬜️ Ignored (Inspect) Aug 1, 2024 8:51pm
examples-svelte-web ⬜️ Ignored (Inspect) Aug 1, 2024 8:51pm
examples-tailwind-web ⬜️ Ignored (Inspect) Aug 1, 2024 8:51pm
examples-vite-web ⬜️ Ignored (Inspect) Aug 1, 2024 8:51pm
rust-docs ⬜️ Ignored (Inspect) Aug 1, 2024 8:51pm

@dimitropoulos dimitropoulos enabled auto-merge (squash) August 1, 2024 20:52
build = "build -p turbo"
run = "run -p turbo"
test = "groups test turborepo"
check = "groups check turborepo"
Copy link
Contributor

Choose a reason for hiding this comment

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

this isn't really necessary since the turborepo crates are the only ones left, so cargo test and cargo check will do the right thing

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, so are you saying we can just close this whole PR without merging it?

Comment on lines +38 to +39
test = "groups test turborepo"
check = "groups check turborepo"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
test = "groups test turborepo"
check = "groups check turborepo"

@dimitropoulos dimitropoulos merged commit 2ef720c into main Aug 2, 2024
45 of 46 checks passed
@dimitropoulos dimitropoulos deleted the dimitri/tp-aliases branch August 2, 2024 13:50
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.

4 participants