Skip to content

Commit

Permalink
require gcc on macOS for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Aug 2, 2024
1 parent c34727b commit eed4755
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@
;; doc
(odoc :with-doc)
;; test
;; TODO: conf-gcc should be needed on macOS only...
(conf-gcc :with-test)
(frama-c (and (>= 29.0) :with-test))
(mdx
(and
:with-test
(>= 2.1)))
(frama-c (and (>= 29.0) :with-test))
;; dev
(bisect_ppx
(and
Expand Down
3 changes: 2 additions & 1 deletion owi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ depends: [
"xmlm"
"processor" {>= "0.2"}
"odoc" {with-doc}
"mdx" {with-test & >= "2.1"}
"conf-gcc" {with-test}
"frama-c" {>= "29.0" & with-test}
"mdx" {with-test & >= "2.1"}
"bisect_ppx" {>= "2.5" & with-dev-setup}
"ocb" {>= "0.1" & with-dev-setup}
"crunch" {with-dev-setup}
Expand Down

0 comments on commit eed4755

Please sign in to comment.