File tree 1 file changed +16
-0
lines changed
src/doc/rustc/src/platform-support
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.
64
64
For testing cross builds on the host, please refer to the "Cross-compilation
65
65
toolchains and C code" section below.
66
66
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
+
67
83
## Cross-compilation toolchains and C code
68
84
69
85
Rust code built using the target is compatible with C code compiled with
You can’t perform that action at this time.
0 commit comments