Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/infra/docs/external-ci-runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Here is an explanation of the fields in the list below:
- Zulip: [Aelin](https://rust-lang.zulipchat.com/#user/338253)
- Email: `aelin@postmarketos.org` (faster response)

### `ubuntu-2X.04-riscv`

@RalfJung RalfJung Jul 23, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ubuntu-2X.04-riscv is not a target name so it does not fit the pattern. I took a guess at what the target may be.
Cc @marcoieni

View changes since the review

### `riscv64gc-unknown-linux-gnu`

- `runs-on`:
- `ubuntu-24.04-riscv` for the Ubuntu 24 runner.
Expand All @@ -60,22 +60,22 @@ Here is an explanation of the fields in the list below:
- [`rustc_codegen_cranelift`](https://github.com/rust-lang/rustc_codegen_cranelift) (enabled, unused)
- [documentation](https://riscv-runners.riseproject.dev/)

## `powerpc64le-unknown-linux-gnu`
### `powerpc64le-unknown-linux-gnu`

- `runs-on`: `ubuntu-24.04-ppc64le`
- type: [IBM runners](#ibm-runners)

## `s390x-unknown-linux-gnu`
### `s390x-unknown-linux-gnu`

This target is available in various external runners.

### Canonical runner
*Canonical runner:*

- `runs-on`: `self-hosted-linux-s390x-resolute-medium-rust`
- repositories: it works on all repositories, there's no need to enable it.
- type: [Canonical runners](#canonical-runners).

### IBM runner
*IBM runner:*

- `runs-on`: `ubuntu-24.04-s390x`
- type: [IBM runners](#ibm-runners).
Expand Down