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
Bazel however does not have support for generating static library binaries by default. There is an RFC proposing the addition of a cc_static_library being tracked in bazelbuild/bazel#1920 (see doc and gist).
This issue is to track the implementation of a static library target.
Description
The cryptolib is currently built with the following target:
Bazel however does not have support for generating static library binaries by default. There is an RFC proposing the addition of a
cc_static_library
being tracked in bazelbuild/bazel#1920 (see doc and gist).This issue is to track the implementation of a static library target.
CC @jadephilipoom for visibility
The text was updated successfully, but these errors were encountered: