authorbors <bors@rust-lang.org> 2024-06-08 09:30:45 UTC
committerbors <bors@rust-lang.org> 2024-06-08 09:30:45 UTC
log655600c5cba4d1e76fa0652c72258ec4996f48b8
treed48da3950fc47d0a57cfc0e9d1eebfade2182a01
parentd8fde5074571dfa3fecbc2a304597a83fcd6a893
parent9ce12c4cab44c2ce5356daf07bdc21fc56e2c48f

Auto merge of #126116 - Kobzol:ci-remove-setup-python, r=jdno

CI: remove `Setup Python` action This action was added recently in https://github.com/rust-lang/rust/pull/125590, but it shouldn't really be needed, as our CI was working fine before without it. Our base Ubuntu 20.04 images use Python 3.8, while this action installed Python 3.12, but we don't really need that. Since this action does not support ARM yet, this blocks https://github.com/rust-lang/rust/pull/126113. See https://github.com/rust-lang/rust/pull/125590#issuecomment-2154438250. r? `@jdno`

1 files changed, 0 insertions(+), 6 deletions(-)

.github/workflows/ci.yml-6
......@@ -156,12 +156,6 @@ jobs:
156156
157157 - name: checkout submodules
158158 run: src/ci/scripts/checkout-submodules.sh
159
160 - name: Setup Python
161 uses: actions/setup-python@v5
162 with:
163 python-version: '3.x'
164 if: runner.environment == 'github-hosted'
165159
166160 - name: install MinGW
167161 run: src/ci/scripts/install-mingw.sh