mirror of
https://github.com/bytedance/g3.git
synced 2026-04-28 11:40:54 +00:00
enable vendored-boringssl check in CI
This commit is contained in:
parent
7a009112a3
commit
2b535a2f7c
2 changed files with 10 additions and 0 deletions
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
|
|
@ -61,6 +61,7 @@ jobs:
|
|||
- vendored-openssl
|
||||
- vendored-tongsuo
|
||||
- vendored-aws-lc
|
||||
- vendored-boringssl
|
||||
component:
|
||||
- g3proxy
|
||||
- g3bench
|
||||
|
|
@ -84,6 +85,10 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install capnproto libc-ares-dev libssl-dev liblua5.4-dev
|
||||
- name: Prepare BoringSSL incorporating code
|
||||
run: |
|
||||
sh scripts/generate/boringssl/incorporate.sh
|
||||
if: matrix.feature == 'vendored-boringssl'
|
||||
- name: Cargo build
|
||||
run: cargo build --no-default-features --features ${{ matrix.feature }} -p ${{ matrix.component }}
|
||||
- name: Cargo clippy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue