forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Niels Sascha Reedijk edited this page Oct 19, 2020
·
70 revisions
Welcome to the Rust-on-Haiku repository. In here Haiku-specific patches for Rust are tracked.
The repository is set up as follows:
- There are tags for each of the rust releases that will work on Haiku. (e.g.
rust-haiku-1.34.2
- The
haiku-stable
branch contains the latest ported stable release - There is also a
haiku-beta
and ahaiku-nightly
. These are updated whenever I make a succesful build.
The haiku-beta
and haiku-nightly
repositories are not frequently updated, usually once per release cycle.
This wiki contains the steps to cross-compile Rust on Haiku from Linux or any other build platform both the Haiku and Rust build support.
Tag | Build Platform | Notes |
---|---|---|
rust-haiku-1.30.0 |
R1 Beta 1 | Build instructions |
rust-haiku-1.31.1 |
R1 Beta 1 | Build instructions |
rust-haiku-1.32.0 |
R1 Beta 1 | Build instructions |
rust-haiku-1.33.0 |
R1 Beta 1 | Build instructions |
rust-haiku-1.34.2 |
R1 Beta 1 | Build instructions |
rust-haiku-1.35.0 |
R1 Beta 1 | Build instructions |
rust-haiku-1.36.0 |
R1 Beta 1 | Build instructions |
rust-haiku-1.37.0 |
R1 Beta 1 | Build instructions |
rust-haiku-1.38.0 |
R1 Beta 1 | Build instructions |
rust-haiku-1.39.0 |
R1 Beta 1 | Due to issue rust-lang#61861 it is not possible to cross-compile the tools |
rust-haiku-1.40.0 |
R1 Beta 1 | Build instructions |
rust-haiku-1.41.0 |
R1 Beta 1 | Build instructions |
rust-haiku-1.42.0 |
R1 Beta 1 | Build instructions |
rust-haiku-1.43.0 |
R1 Beta 1 | Build instructions |
rust-haiku-1.44.0 |
R1 Beta 2 | Build instructions |
rust-haiku-1.45.0 |
R1 Beta 2 | Build instructions; RLS will not build because it depends on a broken net2 |
rust-haiku-1.46.0 |
R1 Beta 2 | Build instructions; RLS will not build because it depends on a broken net2 |
rust-haiku-1.47.0 |
R1 Beta 2 | Build instructions; Needs a manually fixed curl-sys to link to system lib |
All Categories:
- Docs -- For users
- Notes -- For developers
- Libs -- For library authors
- Meeting minutes