Skip to content

Commit e069377

Browse files
committed
Report that the opam version is 2.2.0 while solving
Certain packages require that the opam version be 2.2.0 or above, and the solver will refuse to include those packages with the current opam version baked into dune, which is 2.2.0~alpha-vendored. Signed-off-by: Stephen Sherratt <[email protected]>
1 parent aa803cf commit e069377

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/blackbox-tests/test-cases/pkg/just-print-solver-env.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ Add some build contexts with different environments
4444
- with-dev-setup = false
4545
- with-doc = false
4646
Solver environment for lock directory dune.linux.lock:
47-
- opam-version = 2.2.0~alpha-vendored
47+
- opam-version = 2.2.0
4848
- os = linux
4949
- post = true
5050
- with-dev-setup = false
5151
- with-doc = false
5252
Solver environment for lock directory dune.linux.no-doc.lock:
5353
- arch = x86_64
54-
- opam-version = 2.2.0~alpha-vendored
54+
- opam-version = 2.2.0
5555
- os = linux
5656
- os-distribution = ubuntu
5757
- os-family = ubuntu
@@ -61,7 +61,7 @@ Add some build contexts with different environments
6161
- with-dev-setup = false
6262
- with-doc = false
6363
Solver environment for lock directory dune.lock:
64-
- opam-version = 2.2.0~alpha-vendored
64+
- opam-version = 2.2.0
6565
- post = true
6666
- with-dev-setup = false
6767
- with-doc = false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let version = "2.2.0~alpha-vendored"
1+
let version = "2.2.0"

0 commit comments

Comments
 (0)