Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
OPAM: run opam switch export opam.export
And fix `opam switch import opam.export` in an existing OPAM environment.

We're getting
```
[ERROR]: The current opam switch is not a superset of the opam.export file:
Could not find package base-bigarray.base in current switch
Current switch should probably be updated using 'opam switch import opam.export'.
```

before this patch
  • Loading branch information
dannywillems committed Oct 21, 2025
commit d6a1bb4017e3b55cc3bd94477b1f6b4ea7163976
15 changes: 2 additions & 13 deletions opam.export
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
opam-version: "2.0"
# The version must be the same as the version used in:
# - dockerfiles/1-build-deps
# - opam.export
# - scripts/update_opam_switch.sh
compiler: [
"base-bigarray.base"
"base-threads.base"
"base-unix.base"
"ocaml.4.14.2"
"ocaml-base-compiler.4.14.2"
"ocaml-config.2"
"ocaml-options-vanilla.1"
]
compiler: ["ocaml-base-compiler.4.14.2"]
roots: [
"alcotest.1.1.0"
"alcotest-async.1.1.0"
Expand Down Expand Up @@ -103,6 +91,7 @@ installed: [
"conf-libffi.2.0.0"
"conf-libssl.4"
"conf-m4.1"
"conf-openssl.2"
"conf-perl.2"
"conf-pkg-config.4"
"conf-postgresql.2"
Expand Down