Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
241 stars 79 forks source link

Upgrade OCaml compiler to a version that has ARM support #1186

Closed jjcnn closed 1 year ago

jjcnn commented 1 year ago

Newer Macs use ARM processors, which the 4.11 OCaml compiler doesn't support.

Later compiler versions do support ARM processors, so it would be convenient to upgrade to a newer version.

jjcnn commented 1 year ago

As part of this issue we should also check up on all the opam packages we use, and see whether we can upgrade them without breaking backward compatibility.