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

fix(turborepo): Check for TLS feature at build-time #3585

Merged

Conversation

NicholasLYang
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Feb 1, 2023

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

Name Status Preview Comments Updated
examples-cra-web 🔄 Building (Inspect) Visit Preview Feb 9, 2023 at 9:47PM (UTC)
8 Ignored Deployments
Name Status Preview Comments Updated
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Feb 9, 2023 at 9:47PM (UTC)
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Feb 9, 2023 at 9:47PM (UTC)
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Feb 9, 2023 at 9:47PM (UTC)
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Feb 9, 2023 at 9:47PM (UTC)
examples-nonmonorepo ⬜️ Ignored (Inspect) Visit Preview Feb 9, 2023 at 9:47PM (UTC)
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Feb 9, 2023 at 9:47PM (UTC)
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Feb 9, 2023 at 9:47PM (UTC)
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Feb 9, 2023 at 9:47PM (UTC)

@vercel
Copy link

vercel bot commented Feb 1, 2023

@NicholasLYang is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@NicholasLYang NicholasLYang requested a review from a team as a code owner February 1, 2023 20:40
@NicholasLYang NicholasLYang enabled auto-merge (squash) February 2, 2023 16:13
@@ -405,7 +405,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --workspace --all-targets --locked
args: --workspace --all-targets --locked --features rustls-tls
Copy link
Member

Choose a reason for hiding this comment

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

You could make it a default feature, so it doesn't require passing the feature to every command:

default = ["cli", "custom_allocator", "native-tls"]

Copy link
Contributor

Choose a reason for hiding this comment

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

Unfortunately we can't: #3582 (review)

@NicholasLYang NicholasLYang merged commit dfca4e0 into vercel:main Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants