Skip to content

Commit

Permalink
disable not working quic feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq authored and zh-jq-b committed Apr 7, 2024
1 parent e93c237 commit 9b862f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
env:
CARGO_TERM_COLOR: always
MUSL_TARGET: x86_64-unknown-linux-musl
MUSL_FEATURES: --no-default-features --features vendored-openssl,quic,vendored-c-ares,hickory,geoip
MUSL_FEATURES: --no-default-features --features vendored-openssl,vendored-c-ares,hickory,geoip

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion g3bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ g3-hickory-client.workspace = true
rustc_version.workspace = true

[features]
default = ["quic"]
default = []
quic = ["g3-types/quic", "g3-socks/quic", "g3-io-ext/quic", "g3-hickory-client/quic", "dep:quinn", "dep:h3", "dep:h3-quinn"]
vendored-openssl = ["openssl/vendored", "openssl-probe"]
vendored-tongsuo = ["openssl/tongsuo", "openssl-probe", "g3-types/tongsuo"]
Expand Down
2 changes: 1 addition & 1 deletion g3proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ tokio-util = { workspace = true, features = ["io"] }
rustc_version.workspace = true

[features]
default = ["lua54", "python", "c-ares", "hickory", "geoip", "quic"]
default = ["lua54", "python", "c-ares", "hickory", "geoip"]
lua = ["mlua"]
luajit = ["lua", "mlua/luajit"]
lua51 = ["lua", "mlua/lua51"]
Expand Down
2 changes: 1 addition & 1 deletion g3tiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ g3tiles-proto = { path = "proto" }
rustc_version.workspace = true

[features]
default = ["quic"]
default = []
quic = ["g3-daemon/quic", "dep:quinn"]
vendored-openssl = ["openssl/vendored", "openssl-probe"]
vendored-tongsuo = ["openssl/tongsuo", "openssl-probe", "g3-yaml/tongsuo", "g3-types/tongsuo"]
Expand Down

0 comments on commit 9b862f9

Please sign in to comment.