Skip to content

Commit

Permalink
Merge pull request #57 from UQ-PAC/ocaml414
Browse files Browse the repository at this point in the history
OCaml version to 4.14
  • Loading branch information
ncough authored Mar 18, 2024
2 parents 8828e86 + d43bc68 commit 04490d8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.09
ocaml-compiler: 4.14
- run: opam install dune
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build --profile release
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ocaml/opam:ubuntu-20.04-ocaml-4.09
FROM ocaml/opam:ubuntu-20.04-ocaml-4.14

# Install system dependencies
USER root
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describing how to use ASLi with Arm's v8.6-A ISA specification.

To build and run the ASL interpreter, you will need:

* OCaml version 4.09 or later
* OCaml version 4.14 or later
* OPAM OCaml version 2.0.5 (other versions may work)
* The following OPAM packages
* ocaml - OCaml compiler
Expand Down
2 changes: 1 addition & 1 deletion asli.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ homepage: "https://github.com/alastairreid/asl-interpreter"
bug-reports: "https://github.com/alastairreid/asl-interpreter/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.09"}
"ocaml" {>= "4.14"}
"menhir" {build}
"ott" {build & >= "0.31"}
"linenoise"
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"\| loading ELF files and executing Arm binaries.
)
(depends
("ocaml" (>= "4.09"))
("ocaml" (>= "4.14"))
("menhir" :build)
("ott" (and :build (>= "0.31")))
"linenoise"
Expand Down

0 comments on commit 04490d8

Please sign in to comment.