Skip to content

Commit

Permalink
Update to build with llvm 16
Browse files Browse the repository at this point in the history
  • Loading branch information
tjammer committed Mar 8, 2024
1 parent f284bc3 commit a8120af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .woodpecker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
build-test:
image: tjammer/ocaml-llvm:latest
image: tjammer/ocaml-llvm:20240308
commands:
- opam install . -y --deps-only --with-test
- opam exec -- dune build
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(menhir (>= 20211230))
(menhirLib (>= 20211230))
(ppx_deriving (>= 5.2.1))
(llvm (and (>= 14.0.0) (< 15.0.0)))
(llvm (and (>= 16.0.0) (< 17.0.0)))
(sexplib0 (>= v0.15.0))
(ppx_sexp_conv (>= v0.15.0)))
(sites (lib std)))
2 changes: 1 addition & 1 deletion schmu.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"menhir" {>= "20211230"}
"menhirLib" {>= "20211230"}
"ppx_deriving" {>= "5.2.1"}
"llvm" {>= "14.0.0" & < "15.0.0"}
"llvm" {>= "16.0.0" & < "17.0.0"}
"sexplib0" {>= "v0.15.0"}
"ppx_sexp_conv" {>= "v0.15.0"}
"odoc" {with-doc}
Expand Down

0 comments on commit a8120af

Please sign in to comment.