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:
discord9
2024-12-11 15:02:03 +08:00
committed by GitHub
parent 3d1b8c4fac
commit d91517688a
4 changed files with 3 additions and 71 deletions

View File

@@ -269,13 +269,6 @@ jobs:
- name: Install cargo-gc-bin
shell: bash
run: cargo install cargo-gc-bin
- name: Check aws-lc-sys will not build
shell: bash
run: |
if cargo tree -i aws-lc-sys -e features | grep -q aws-lc-sys; then
echo "Found aws-lc-sys, which has compilation problems on older gcc versions. Please replace it with ring until its building experience improves."
exit 1
fi
- name: Build greptime bianry
shell: bash
# `cargo gc` will invoke `cargo build` with specified args