rust/src/ci/scripts
Matthias Krüger 86f6fae93d
Rollup merge of #125590 - ChrisDenton:mingw-ci-3, r=Kobzol
Add a "Setup Python" action for github-hosted runners and remove unnecessary `CUSTOM_MINGW` environment variable

The Setup Python action isn't strictly necessary ([even on Windows](https://github.com/rust-lang/rust/pull/125584)) but it is [recommend by GitHub](https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#specifying-a-python-version).

The `CUSTOM_MINGW` environment variable is redundant now as it's always set for mingw and always unset otherwise.

try-job: x86_64-mingw
try-job: x86_64-mingw
try-job: dist-x86_64-msvc
try-job: dist-x86_64-mingw
2024-05-28 18:04:32 +02:00
..
checkout-submodules.sh disable fast submodule checkout due to spurious ci failures 2023-01-10 16:33:16 +01:00
collect-cpu-stats.sh record the cpu usage in a gitignored directory 2023-03-09 13:55:23 +01:00
create-doc-artifacts.sh Publish docs as github artifacts during CI 2023-06-12 17:31:20 -04:00
disable-git-crlf-conversion.sh update comment 2022-06-05 12:32:46 +02:00
dump-environment.sh Add debug info for macOS CI actions 2024-01-10 10:54:46 -08:00
enable-docker-ipv6.sh ci: fix tidy 2019-10-25 16:08:39 +02:00
install-awscli.sh Install awscli on the aarch64-apple-darwin builder 2023-10-09 19:02:03 -04:00
install-clang.sh Upgrade the version of Clang used in the build, move MSVC builds to Server 2022 2024-05-09 12:18:09 -07:00
install-mingw.sh Update description of install-mingw 2024-05-27 09:32:25 +00:00
install-ninja.sh Update ninja on Windows 2024-03-28 22:54:20 +01:00
install-sccache.sh Bump sccache used in CI to v0.2.15 2021-08-25 16:26:45 -04:00
install-tidy.sh Install tidy for aarch64-apple-darwin 2023-11-08 08:54:42 -05:00
install-wix.sh ci: fix wrong path for wix being set 2019-10-28 15:09:18 +01:00
run-build-from-ci.sh use problem matchers for tidy CI 2023-03-06 07:13:48 +00:00
select-xcode.sh Require that SELECT_XCODE is set. 2024-02-10 21:02:16 -08:00
setup-environment.sh Fix jq in CI 2023-09-25 14:30:26 +00:00
upload-artifacts.sh Output URLs of CI artifacts to GitHub summary 2024-04-03 15:33:40 +02:00
verify-backported-commits.sh Do not unshallow -- already done by other code 2021-09-06 13:17:26 -04:00
verify-channel.sh Enable new bors try branch to run on CI 2023-10-05 16:13:52 +02:00
verify-line-endings.sh Use grep to implement verify-line-endings 2024-05-27 17:19:58 +00:00
verify-stable-version-number.sh add script to prevent point releases with same number as existing ones 2022-01-20 21:27:17 +01:00