CI: use a native `arm64` runner by Kobzol · Pull Request #126113 · rust-lang/rust
rustbot
added
A-testsuite
labels
Jun 7, 2024bors added a commit to rust-lang-ci/rust that referenced this pull request
Jun 7, 2024
bors
added
S-waiting-on-author
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Jun 7, 2024bors added a commit to rust-lang-ci/rust that referenced this pull request
Jun 7, 2024bors added a commit to rust-lang-ci/rust that referenced this pull request
Jun 7, 2024This was referenced
Jun 7, 2024
Kobzol
changed the title
[WIP] CI: use a native
CI: use a native arm64 runnerarm64 runner
bors added a commit to rust-lang-ci/rust that referenced this pull request
Jun 8, 2024CI: remove `Setup Python` action This action was added recently in rust-lang#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 rust-lang#126113. See rust-lang#125590 (comment). r? `@jdno`
Kobzol
marked this pull request as ready for review
rustbot
added
S-waiting-on-review
and removed S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.labels
Jun 8, 2024bors added a commit to rust-lang-ci/rust that referenced this pull request
Jun 10, 2024CI: use a native `arm64` runner Opening to test if we can use a native GitHub ARM runner instead of the self-hosted one. The CI has finished [successfully](https://github.com/rust-lang/rust/actions/runs/9414573751/job/25933776975?pr=126113). It took 1h 29m, which is longer than the previous duration (~1h 10m). This is expected, since we currently use 8 cores on GitHub, rather than 14 cores which are configured for the self-hosted runner. try-job: aarch64-gnu
bors
added
S-waiting-on-bors
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Jun 10, 2024
Kobzol
deleted the
ci-native-arm-runner
branch
flip1995 pushed a commit to flip1995/rust-clippy that referenced this pull request
Jun 28, 2024CI: remove `Setup Python` action This action was added recently in rust-lang/rust#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 rust-lang/rust#126113. See rust-lang/rust#125590 (comment). r? `@jdno`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters