| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Update pyproject.toml to build for aarch64 on Linux, and update release_linux.sh to download the corresponding bazelisk binary. Also download setuptools and wheel on host, and virtualenv resolved for Python 3.9, and install them with --no-build-isolation to avoid PyPI timeout issues in container. Install virtualenv in before-build as well to avoid PyPI timeout during testing. Increase pip default timeout to 120s to handle slow network/proxy in Kokoro. Limit Bazel jobs to 8 in setup.py to avoid OOM failures in Kokoro/RBE. Register QEMU for arm64 emulation in release_linux.sh. Configure GCS remote cache for Bazel to speed up compilation. Temporarily restrict build to cp311-aarch64 only to verify cache and speed. PiperOrigin-RevId: 933297845
| Back | FazBrowse Home | New Git URL |
Add support for linux/arm64 wheels.
Update pyproject.toml to build for aarch64 on Linux, and update
release_linux.sh to download the corresponding bazelisk binary.
Also download setuptools and wheel on host, and virtualenv resolved for
Python 3.9, and install them with --no-build-isolation to avoid PyPI timeout
issues in container.
Install virtualenv in before-build as well to avoid PyPI timeout during testing.
Increase pip default timeout to 120s to handle slow network/proxy in Kokoro.
Limit Bazel jobs to 8 in setup.py to avoid OOM failures in Kokoro/RBE.
Register QEMU for arm64 emulation in release_linux.sh.
Configure GCS remote cache for Bazel to speed up compilation.
Temporarily restrict build to cp311-aarch64 only to verify cache and speed.