Skip to content

Fix requirement for `NASM` compiler

Pascal Palenda requested to merge fix/grpc-nasm into develop

BoringSSL in gRPC can require the NASM assembly compiler to build. This is not desired since we do not want to add that dependency.

This change fixes this by disabling the requirement.

Merge request reports