Skip to content

Commit

Permalink
Remove redundant dune-project constraint, use template for `z-ci-ac…
Browse files Browse the repository at this point in the history
…cept-failures`
  • Loading branch information
mattxwang committed Oct 5, 2023
1 parent 2627bea commit e3711a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
(source (github neuppl/rsdd-ocaml))
(depends
(ocaml (and (>= "4.08.0") (< "5")))
(dune (>= "2.7"))
dune
conf-rust-2021))
5 changes: 4 additions & 1 deletion rsdd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage: "https://github.com/neuppl/rsdd-ocaml"
bug-reports: "https://github.com/neuppl/rsdd-ocaml/issues"
depends: [
"ocaml" {>= "4.08.0" & < "5"}
"dune" {>= "2.7" & >= "2.7"}
"dune" {>= "2.7"}
"conf-rust-2021"
"odoc" {with-doc}
]
Expand All @@ -33,3 +33,6 @@ build: [
]
]
dev-repo: "git+https://github.com/neuppl/rsdd-ocaml.git"
x-ci-accept-failures: [
"freebsd" # cargo (and thus conf-rust-2021) is not available
]
3 changes: 3 additions & 0 deletions rsdd.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
x-ci-accept-failures: [
"freebsd" # cargo (and thus conf-rust-2021) is not available
]

0 comments on commit e3711a8

Please sign in to comment.