Skip to content

Commit

Permalink
Merge branch 'ez-conf-lib-conflict'
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Feb 20, 2024
2 parents d6a0653 + 976c8aa commit 196e82f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unlocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: ${{ matrix.apron }}
run: |
opam depext apron
opam install apron
opam install apron mlgmpidl.1.2.15
- name: Install Z3 dependencies
if: ${{ matrix.z3 }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Install Apron dependencies
run: |
opam depext apron
opam install apron
opam install apron mlgmpidl.1.2.15
- name: Build
if: ${{ false }}
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
- name: Install Apron dependencies
run: |
opam depext apron
opam install apron
opam install apron mlgmpidl.1.2.15
- name: Symlink installed goblint to repository # because tests want to use locally built one
run: ln -s $(opam exec -- which goblint) goblint
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
)
(conflicts
(result (< 1.5)) ; transitive dependency, overrides standard Result module and doesn't have map_error, bind
(ez-conf-lib (= 1)) ; https://github.com/nberth/ez-conf-lib/issues/3
)
(sites
(share lib)
Expand Down
1 change: 1 addition & 0 deletions goblint.opam
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ depends: [
depopts: ["apron" "z3"]
conflicts: [
"result" {< "1.5"}
"ez-conf-lib" {= "1"}
]
build: [
["dune" "subst"] {dev}
Expand Down
1 change: 1 addition & 0 deletions goblint.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
available: os-distribution != "alpine" & arch != "arm64"
conflicts: [
"result" {< "1.5"}
"ez-conf-lib" {= "1"}
]
post-messages: [
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
Expand Down

0 comments on commit 196e82f

Please sign in to comment.