Skip to content

Don't run aws-lc's codegen at build time

Pre-release
Pre-release

Choose a tag to compare

@graebm graebm released this 05 May 00:19
e44068d
Disable aws-lc's codegen. (#90)

Background: aws-lc uses codegen to create some of its source files, and it runs these generators if the user's machine has Go and Perl installed. However, up-to-date versions of the generated files are already committed to the repo, so it's not necessary for users to run codegen on their machines.

This codegen has led to unexpected issues (ex: failure due to network access at build time) so let's just turn it off and reduce unnecessary complexity.