build: fix reqwest build on Linux - #244
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the reqwest build configuration for Linux systems by switching from native-tls to rustls-tls as the TLS backend. The change uses platform-specific dependency configurations to use native-tls on Windows and rustls-tls on non-Windows systems.
Key Changes:
- Migrated reqwest dependency configuration from workspace-level to platform-specific declarations
- Downgraded Zig version from 0.15.2 to 0.15.1 in the release workflow
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| crates/vite_package_manager/Cargo.toml | Replaced unconditional reqwest dependency with platform-specific configurations (native-tls for Windows, rustls-tls for Linux) |
| Cargo.toml | Removed default feature flags from workspace reqwest dependency, allowing platform-specific configurations to control features |
| .github/workflows/release.yml | Downgraded Zig setup version from 0.15.2 to 0.15.1 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
110b8b0 to
fb0f348
Compare
fb0f348 to
c91c012
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
c91c012 to
1b81805
Compare
1b81805 to
ed275f6
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 7 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
ed275f6 to
5fc3f3e
Compare
5fc3f3e to
bf3741c
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
bf3741c to
6139386
Compare
6139386 to
04c7b2d
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 4 out of 5 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
e834dae to
eb4ac81
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 7 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
53c5b52 to
8e34107
Compare
8e34107 to
e0367de
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 7 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
b4d362b to
11c6562
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 7 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
11c6562 to
1ba1c3d
Compare
1ba1c3d to
7798570
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 7 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Merge activity
|

No description provided.