Skip to content

Dev: helper to download build tools from S3 buckets - #13161

Open
humitos wants to merge 2 commits into
mainfrom
humitos/build-tools-download-script
Open

Dev: helper to download build tools from S3 buckets#13161
humitos wants to merge 2 commits into
mainfrom
humitos/build-tools-download-script

Conversation

@humitos

@humitos humitos commented Jun 30, 2026

Copy link
Copy Markdown
Member

This is just a small helper to allow syncing pre-built build tools from S3 to avoid re-compiling them locally. It's fully made with AI -- I'm not expecting a review here, but just wanted to add it to the repository for others to use them if they want. @ericholscher has been asking for something like this.

$ uv run --script generate_build_tools_download.py --org
mirroring readthedocs-build-tools-prod/ubuntu-22.04-python-3.10.20.tar.gz -> build-tools/ubuntu-22.04-python-3.10.20.tar.gz
mirroring readthedocs-build-tools-prod/ubuntu-22.04-python-3.11.15.tar.gz -> build-tools/ubuntu-22.04-python-3.11.15.tar.gz

```
$ uv run --script build_tools_download.py --org
mirroring readthedocs-build-tools-prod/ubuntu-22.04-python-3.10.20.tar.gz -> build-tools/ubuntu-22.04-python-3.10.20.tar.gz
mirroring readthedocs-build-tools-prod/ubuntu-22.04-python-3.11.15.tar.gz -> build-tools/ubuntu-22.04-python-3.11.15.tar.gz
```
@humitos
humitos requested a review from a team as a code owner June 30, 2026 11:59
@humitos
humitos requested a review from stsewd June 30, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant