mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
This commit is contained in:
parent
0ddbb3a1dc
commit
d7a0a2cd1a
2
.github/workflows/publish-cli-js.yml
vendored
2
.github/workflows/publish-cli-js.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
- host: windows-latest
|
||||
architecture: x64
|
||||
target: aarch64-pc-windows-msvc
|
||||
build: yarn build:release --target aarch64-pc-windows-msvc --features native-tls-vendored --cargo-flags="--no-default-features"
|
||||
build: yarn build:release --target aarch64-pc-windows-msvc --features native-tls,native-tls-vendored --cargo-flags="--no-default-features"
|
||||
- host: ubuntu-20.04
|
||||
target: x86_64-unknown-linux-gnu
|
||||
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
|
||||
|
2
.github/workflows/publish-cli-rs.yml
vendored
2
.github/workflows/publish-cli-rs.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
- os: windows-latest
|
||||
rust_target: aarch64-pc-windows-msvc
|
||||
ext: '.exe'
|
||||
args: '--no-default-features --features native-tls-vendored'
|
||||
args: '--no-default-features --features native-tls,native-tls-vendored'
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -97,5 +97,5 @@ lto = true
|
||||
default = [ "rustls" ]
|
||||
native-tls = [ "tauri-bundler/native-tls", "ureq/native-tls" ]
|
||||
# ureq doesn't have a vendored mode but atto's feature should hopefully take care of it.
|
||||
native-tls-vendored = [ "tauri-bundler/native-tls-vendored", "ureq/native-tls" ]
|
||||
native-tls-vendored = [ "tauri-bundler/native-tls-vendored" ]
|
||||
rustls = [ "tauri-bundler/rustls", "ureq/tls" ]
|
||||
|
@ -18,4 +18,5 @@ napi-build = "2.0"
|
||||
|
||||
[features]
|
||||
default = ["tauri-cli/default"]
|
||||
native-tls = ["tauri-cli/native-tls"]
|
||||
native-tls-vendored = ["tauri-cli/native-tls-vendored"]
|
||||
|
Loading…
Reference in New Issue
Block a user