Skip to content

Commit

Permalink
update ocaml-toolchain to 5.2.0
Browse files Browse the repository at this point in the history
Summary: D57297236 bumps  fbcode to ocaml-5.2.0, this diff follows suit for ocamlrep oss.

Reviewed By: samwgoldman

Differential Revision: D57384070

fbshipit-source-id: adcbf133b022361770bee1ac18006b3b8348ed11
  • Loading branch information
Shayne Fletcher authored and facebook-github-bot committed May 15, 2024
1 parent 5474427 commit 7a2feef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buck-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: brew install opam
if: matrix.os == 'macos'
- run: |
opam init --compiler=5.2.0~beta2 --disable-sandboxing -y
opam init --compiler=5.2.0 --disable-sandboxing -y
opam env | sed -e "s/ export .*//g" -e "s/'//g" -e "s/\;//g" >> $GITHUB_ENV
- run: ./ocaml-setup.sh
- run: cargo install --git https://github.com/facebookincubator/reindeer.git reindeer --force
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: brew install opam
if: matrix.os == 'macos'
- run: |
opam init --compiler=5.2.0~beta2 --disable-sandboxing -y
opam init --compiler=5.2.0 --disable-sandboxing -y
opam env | sed "s/ export .*//g" | sed "s/'//g" | sed "s/\;//g" >> $GITHUB_ENV
- run: ./ocaml-setup.sh
- run: cargo build
Expand Down

0 comments on commit 7a2feef

Please sign in to comment.