This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,22 @@ There are no special requirements for testing and running the target.
6464For testing cross builds on the host, please refer to the "Cross-compilation
6565toolchains 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
6985Rust code built using the target is compatible with C code compiled with
You can’t perform that action at this time.
0 commit comments