Skip to content

Commit deebc84

Browse files
committed
Ensure version consistency between OCaml/Unikraft toolchains and backends
The constraint is not needed for the 0.18.0 and 0.20.0 versions of the toolchain packages (as the build system is the same for those versions of these packages) but a version mismatch makes little sense anyhow and could cause issues down the line
1 parent 74f3883 commit deebc84

File tree

2 files changed

+4
-2
lines changed
  • packages
    • ocaml-unikraft-toolchain-arm64/ocaml-unikraft-toolchain-arm64.0.18.0
    • ocaml-unikraft-toolchain-x86_64/ocaml-unikraft-toolchain-x86_64.0.18.0

2 files changed

+4
-2
lines changed

packages/ocaml-unikraft-toolchain-arm64/ocaml-unikraft-toolchain-arm64.0.18.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ description:
1111
authors: "Samuel Hym"
1212
license: "MIT"
1313
depends: [
14-
"ocaml-unikraft-backend-qemu-arm64" | "ocaml-unikraft-backend-firecracker-arm64"
14+
"ocaml-unikraft-backend-qemu-arm64" {= version} |
15+
"ocaml-unikraft-backend-firecracker-arm64" {= version}
1516
]
1617
build: [
1718
[

packages/ocaml-unikraft-toolchain-x86_64/ocaml-unikraft-toolchain-x86_64.0.18.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ description:
1111
authors: "Samuel Hym"
1212
license: "MIT"
1313
depends: [
14-
"ocaml-unikraft-backend-qemu-x86_64" | "ocaml-unikraft-backend-firecracker-x86_64"
14+
"ocaml-unikraft-backend-qemu-x86_64" {= version} |
15+
"ocaml-unikraft-backend-firecracker-x86_64" {= version}
1516
]
1617
build: [
1718
[

0 commit comments

Comments
 (0)