diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-11-29 16:02:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-29 16:02:22 +0100 |
| commit | fbad22ea253454563b2e7642633eb0b8e5fb3e78 (patch) | |
| tree | 20c22bd3d5bf5c988078044536fdc3bcfdf28651 /src | |
| parent | 271ff44c33c17ea80265661fbee60a600489e108 (diff) | |
| parent | ac9324cedbcdf3932ebcd37928054e8eb551104d (diff) | |
| download | rust-fbad22ea253454563b2e7642633eb0b8e5fb3e78.tar.gz rust-fbad22ea253454563b2e7642633eb0b8e5fb3e78.zip | |
Rollup merge of #133577 - uweigand:s390x-doc-cloudaccess, r=jieyouxu
Document s390x machine access via community cloud
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc/src/platform-support/s390x-unknown-linux-gnu.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support/s390x-unknown-linux-gnu.md b/src/doc/rustc/src/platform-support/s390x-unknown-linux-gnu.md index 60e06c404c0..6f09ce42dbb 100644 --- a/src/doc/rustc/src/platform-support/s390x-unknown-linux-gnu.md +++ b/src/doc/rustc/src/platform-support/s390x-unknown-linux-gnu.md @@ -64,6 +64,22 @@ There are no special requirements for testing and running the target. For testing cross builds on the host, please refer to the "Cross-compilation toolchains and C code" section below. +If you want to do native testing but do not have your own s390x +machine, there are several options how to get access to one: + +* The [IBM LinuxONE Community Cloud][cloud-community] provides a + self-service portal where you can create s390x virtual machine + instances. These are intended for temporary use (limited to 120 days). + +* The [IBM LinuxONE Open Source Cloud][cloud-opensource] provides + permanent access to s390x machines. This requires approval by IBM, + which will normally be granted if you're planning to use the machine + to work on an open-source project that is relevant to the IBM Z + ecosystem - the Rust compiler would certainly qualify. + +[cloud-community]: https://linuxone.cloud.marist.edu/ +[cloud-opensource]: https://community.ibm.com/zsystems/form/l1cc-oss-vm-request/ + ## Cross-compilation toolchains and C code Rust code built using the target is compatible with C code compiled with |
