Skip to content

Commit 308cde2

Browse files
authored
Merge pull request #12721 from gridbugs/report-opam-version-2.2.0
Report that the opam version is 2.2.0 while solving
2 parents 13f34ff + e65a26d commit 308cde2

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)