Originally reported in kuroko-lang/kuroko#59
We are not building the generated parts of the codecs module.
Likely the best approach to this would be to build them once and then commit them in the repository (possibly in their final location of base/lib/kuroko/codecs/). Building them dynamically requires a more featureful Kuroko interpreter than we have historically been shipping in the Docker build tools, and the scripts also take a while (relative to the rest of our build).
Originally reported in kuroko-lang/kuroko#59
We are not building the generated parts of the
codecsmodule.Likely the best approach to this would be to build them once and then commit them in the repository (possibly in their final location of
base/lib/kuroko/codecs/). Building them dynamically requires a more featureful Kuroko interpreter than we have historically been shipping in the Docker build tools, and the scripts also take a while (relative to the rest of our build).