4 ms·
It's the output of Bazel's py_binary rule that includes a py_runtime to create a single hermetic executable file that can be deployed anywhere.
by BooneJS 3y ago
It's the output of Bazel's py_binary rule that includes a py_runtime to create a single hermetic executable file that can be deployed anywhere.
- tonymet 3y agoGoogles own firebase is 1/4 of the size and expects node installed
- winrid 3y agoMight be leftovers from complaints during Python 2 to 3 shift.
- jvolkman 3y agoWhile Bazel's python rules would do something similar, this doesn't look like it's the output of a Bazel build. The directory (bundledpythonunix) is not something Bazel's python rules generates, and the 3.11.7 python binary differs from what rules_python would include today.