Skip to content

Commit

Permalink
update nightly toolchain
Browse files Browse the repository at this point in the history
Summary: Upgrading the `ocaml` OSS Rust toolchain to match `buck2`'s version

Reviewed By: dtolnay

Differential Revision: D53895769

fbshipit-source-id: d487cdf9ef732b5433ca28ee333df70cb52a1b12
  • Loading branch information
diliop authored and facebook-github-bot committed Feb 20, 2024
1 parent 8760348 commit 8cd76be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ commands:
- run:
name: Download rust
command: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly-2023-07-10 -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly-2023-12-11 -y
init_opam:
description: Initialize opam
Expand Down
4 changes: 2 additions & 2 deletions vendor/ocaml/interop/oss/README-BUCK.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Valid values for `$PLAT` are `x86_64-unknown-linux-gnu` on Linux, `x86_64-apple-

It's also possible to install Buck2 from source into `~/.cargo/bin` like this.
```bash
cargo +nightly-2023-06-27 install --git https://github.com/facebook/buck2.git buck2
cargo +nightly-2023-12-11 install --git https://github.com/facebook/buck2.git buck2
```
*Note: If on aarch64-apple-darwin then be sure install to `brew install protobuf` and for the now it's necessary to add
```bash
Expand All @@ -30,7 +30,7 @@ to the build environment.*

Install the `reindeer` binary from source into '~/.cargo/bin' like this.
```bash
cargo +nightly-2023-06-27 install --git https://github.com/facebookincubator/reindeer.git reindeer
cargo +nightly-2023-12-11 install --git https://github.com/facebookincubator/reindeer.git reindeer
```

*Note: Make sure after installing Buck2 and Reindeer to configure your `PATH` environment variable if necessary so they can be found.*
Expand Down

0 comments on commit 8cd76be

Please sign in to comment.