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

chore: bump dependencies for Windows ARM support #9343

Merged
merged 3 commits into from
Oct 31, 2024
Merged

Conversation

NicholasLYang
Copy link
Contributor

Description

Unfortunately this does not get us to build Windows ARM natively, but it at least eliminates the first blocker, which is ring 0.16. ring is a crypto library that rustls uses under the hood, and because it relies on inline assembly, it can't be built for Windows ARM. However, ring 0.17 added Windows ARM support. To get all our deps into ring 0.17, we need to bump reqwest and ureq. The first one is easy, but the second one is used by update-informer, so this PR redirects to my fork of update-informer that has a bumped ureq version.

Testing Instructions

Try building on Windows ARM and validate that we "only" get an error for building tokio

Copy link

vercel bot commented Oct 28, 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 Oct 28, 2024 8:59pm
8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Oct 28, 2024 8:59pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Oct 28, 2024 8:59pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Oct 28, 2024 8:59pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Oct 28, 2024 8:59pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Oct 28, 2024 8:59pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Oct 28, 2024 8:59pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Oct 28, 2024 8:59pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Oct 28, 2024 8:59pm

@@ -101,7 +97,7 @@ console-subscriber = "0.1.8"
crossbeam-channel = "0.5.8"
dashmap = "5.4.0"
derive_setters = "0.1.6"
dialoguer = "0.10.3"
dialoguer = "0.11.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

required to keep compatible dependencies between reqwest and dialoguer

@NicholasLYang NicholasLYang merged commit 06fef5f into main Oct 31, 2024
40 checks passed
@NicholasLYang NicholasLYang deleted the chore/windows-arm branch October 31, 2024 14:32
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