File tree Expand file tree Collapse file tree 4 files changed +3
-246
lines changed Expand file tree Collapse file tree 4 files changed +3
-246
lines changed Original file line number Diff line number Diff line change 1
1
# Oracle Solaris Rust builder
2
2
3
- This project builds latest stable Rust version for Oracle Solaris 11.4 CBE release [ 1] (currently 11.4.42 ).
3
+ This project builds latest stable Rust version for Oracle Solaris 11.4 CBE release [ 1] (currently 11.4.81 ).
4
4
5
5
Note that to build Rust version X you need to have version X or X-1 versoin.
6
6
7
7
Usage example:
8
8
9
9
```
10
- RUST_BOOTSTRAP=~/.rust_solaris/rustc-1.86 .0/bin ./build.sh
10
+ RUST_BOOTSTRAP=~/.rust_solaris/rustc-1.87 .0/bin ./build.sh
11
11
```
12
12
13
13
Ultimately Rust should install in standard manner (rustup). But we are not there yet..
Original file line number Diff line number Diff line change 4
4
#
5
5
set -xe
6
6
7
- VERSION=1.87 .0
7
+ VERSION=1.88 .0
8
8
9
9
PATH=$RUST_BOOTSTRAP :/usr/gnu/bin:/usr/bin
10
10
You can’t perform that action at this time.
0 commit comments