mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 10:20:38 +00:00
chore: fix aws_lc not in depend tree check in CI (#5121)
* chore: fix aws_lc check in CI * chore: update lock file
This commit is contained in:
@@ -139,11 +139,6 @@ tokio-test = "0.4"
|
||||
[target.'cfg(unix)'.dev-dependencies]
|
||||
pprof = { version = "0.13", features = ["criterion", "flamegraph"] }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
aws-lc-sys = { version = "0.21.0", features = [
|
||||
"prebuilt-nasm",
|
||||
] } # use prebuilt nasm on windows per https://github.com/aws/aws-lc-rs/blob/main/aws-lc-sys/README.md#use-of-prebuilt-nasm-objects
|
||||
|
||||
[build-dependencies]
|
||||
common-version.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user