Skip to content

Commit f52e36a

Browse files
authored
Merge pull request #30 from leonm1/boringssl
Add chip_crypto=boringssl flag
2 parents 529534e + 1fd4896 commit f52e36a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
- name: Setup Build, Run Build and Run Tests
125125
run: |
126126
scripts/build/gn_gen.sh --args=" \
127+
chip_crypto=\"boringssl\"
127128
enable_rtti=true \
128129
enable_pylib=true \
129130
chip_config_memory_debug_checks=false \
@@ -221,6 +222,7 @@ jobs:
221222
- name: Setup Build, Run Build and Run Tests
222223
run: |
223224
scripts/build/gn_gen.sh --args=" \
225+
chip_crypto=\"boringssl\"
224226
enable_rtti=true \
225227
enable_pylib=true \
226228
chip_config_memory_debug_checks=false \

0 commit comments

Comments
 (0)