You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2022. It is now read-only.
fix(endpoint): Revise endpoint build targets in favor of Bazel
It's hard to build endpoint library with mixed build system.
This commit removed the http-parser and the mbedtls submodules
from GNU Make build system and changed them to build from Bazel.
The http_parser changed to use the source from entangled. Add
`@http_parser` into deps if needed.
The mbedtls's version from entangled has not been updated for a long
time. So the mbedtls source is still pull from github. But changed the
build system from GNU Make to Bazel. In order to avoid conflict with
the same library inside entangled. The mbedtls library which pulled
from github add a suffix `2_16_6`. Add `@mbedtls_2_16_6` into deps
if needed.
Close#647
0 commit comments