Skip to content

Commit

Permalink
Stop requiring openssl to bootstrap.
Browse files Browse the repository at this point in the history
Bootstrap seems to do something with chip_crypto as part ofthe bootstrap
process.  Have it use the already-available boringssl for that instead of
requiring an external openssl.

Fixes project-chip#24897
  • Loading branch information
bzbarsky-apple committed Feb 7, 2023
1 parent 238d606 commit 4e98092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"gn_root": ".",
"gn_targets": [":python_packages.install"],
"requirements": ["scripts/requirements.txt"],
"constraints": ["scripts/constraints.txt"]
"constraints": ["scripts/constraints.txt"],
"gn_args": ["chip_crypto=\"boringssl\""]
},
"required_submodules": ["third_party/pigweed/repo"],
"rosetta": "never",
Expand Down

0 comments on commit 4e98092

Please sign in to comment.