Skip to content

Commit ac9324c

Browse files
committed
Document s390x machine access via community cloud
1 parent 9b4d7c6 commit ac9324c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/doc/rustc/src/platform-support/s390x-unknown-linux-gnu.md

+16
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,22 @@ There are no special requirements for testing and running the target.
6464
For testing cross builds on the host, please refer to the "Cross-compilation
6565
toolchains and C code" section below.
6666

67+
If you want to do native testing but do not have your own s390x
68+
machine, there are several options how to get access to one:
69+
70+
* The [IBM LinuxONE Community Cloud][cloud-community] provides a
71+
self-service portal where you can create s390x virtual machine
72+
instances. These are intended for temporary use (limited to 120 days).
73+
74+
* The [IBM LinuxONE Open Source Cloud][cloud-opensource] provides
75+
permanent access to s390x machines. This requires approval by IBM,
76+
which will normally be granted if you're planning to use the machine
77+
to work on an open-source project that is relevant to the IBM Z
78+
ecosystem - the Rust compiler would certainly qualify.
79+
80+
[cloud-community]: https://linuxone.cloud.marist.edu/
81+
[cloud-opensource]: https://community.ibm.com/zsystems/form/l1cc-oss-vm-request/
82+
6783
## Cross-compilation toolchains and C code
6884

6985
Rust code built using the target is compatible with C code compiled with

0 commit comments

Comments
 (0)