Skip to content

Commit 3365f41

Browse files
committed
Rust 1.88.0
1 parent 3dfaa79 commit 3365f41

File tree

4 files changed

+3
-246
lines changed

4 files changed

+3
-246
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Oracle Solaris Rust builder
22

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).
44

55
Note that to build Rust version X you need to have version X or X-1 versoin.
66

77
Usage example:
88

99
```
10-
RUST_BOOTSTRAP=~/.rust_solaris/rustc-1.86.0/bin ./build.sh
10+
RUST_BOOTSTRAP=~/.rust_solaris/rustc-1.87.0/bin ./build.sh
1111
```
1212

1313
Ultimately Rust should install in standard manner (rustup). But we are not there yet..

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
set -xe
66

7-
VERSION=1.87.0
7+
VERSION=1.88.0
88

99
PATH=$RUST_BOOTSTRAP:/usr/gnu/bin:/usr/bin
1010

0 commit comments

Comments
 (0)