Skip to content

Commit

Permalink
Merge pull request #30 from leonm1/boringssl
Browse files Browse the repository at this point in the history
Add chip_crypto=boringssl flag
  • Loading branch information
agners authored Feb 19, 2024
2 parents 529534e + 1fd4896 commit f52e36a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
- name: Setup Build, Run Build and Run Tests
run: |
scripts/build/gn_gen.sh --args=" \
chip_crypto=\"boringssl\"
enable_rtti=true \
enable_pylib=true \
chip_config_memory_debug_checks=false \
Expand Down Expand Up @@ -221,6 +222,7 @@ jobs:
- name: Setup Build, Run Build and Run Tests
run: |
scripts/build/gn_gen.sh --args=" \
chip_crypto=\"boringssl\"
enable_rtti=true \
enable_pylib=true \
chip_config_memory_debug_checks=false \
Expand Down

0 comments on commit f52e36a

Please sign in to comment.