-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates Solaris target information, adds Solaris maintainer
- Loading branch information
Showing
4 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# sparcv9-sun-solaris | ||
# x86_64-pc-solaris | ||
|
||
**Tier: 2** | ||
|
||
Rust for Solaris operating system. | ||
|
||
## Target maintainers | ||
|
||
- Petr Sumbera `sumbera@volny.cz`, https://github.com/psumbera | ||
|
||
## Requirements | ||
|
||
Binary built for this target is expected to run on sparcv9 or x86_64, and Solaris 11.4. | ||
|
||
## Testing | ||
|
||
For testing you can download Oracle Solaris 11.4 CBE release from: | ||
|
||
https://www.oracle.com/uk/solaris/solaris11/downloads/solaris-downloads.html | ||
|
||
Solaris CBE release is also available for GitHub CI: | ||
|
||
https://github.com/vmactions/solaris-vm | ||
|
||
Latest Solaris 11.4 SRU can be tested at Compile farm project: | ||
|
||
https://portal.cfarm.net/machines/list/ (cfarm215, cfarm215) | ||
|
||
There are no official Rust binaries for Solaris available for Rustup yet. But you can eventually download unofficial from: | ||
|
||
https://github.com/psumbera/solaris-rust |