Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay authored Feb 18, 2021
1 parent 47bcb5d commit c34178d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ by Solana but not yet upstreamed into Rust or LLVM.
$ ./build.sh
```

* Builds Rust for Linux in Docker, tags and pushes `solanalabs/rust`
* Copies Rust for Linux out of Docker the zips the products into `/deploy`
* Builds Rust for MacOS natively and zips the products into `/deploy`
* Builds for Linux in Docker, tags and pushes `solanalabs/rust`
* Copies out of Docker the zips the products into `/deploy`
* Builds for MacOS natively and zips the products into `/deploy`
* Results in tarballs in `/deploy` that can be released

### Releases

This repo depends on the following:

* https://github.com/solana-labs/rust
* https://github.com/rust-lang/cargo.git

* See `linux/Dockerfile` for an example of how to sync and build for Linux
* See `macos/build.sh` for an example of how to sync and build for MacOS)

0 comments on commit c34178d

Please sign in to comment.