periareon / rules_venv

Bazel rules for Python.
1 stars 1 forks source link

`PyVenvRunfiles` is slow #8

Open abrisco opened 3 hours ago

abrisco commented 3 hours ago

It might be worth subprocessing out to @bazel_tools//tools/zip:zipper to build the zip.

abrisco commented 3 hours ago

The downside is this would add a requirement on a cc_toolchain to the rules