Comparing builds

Builds dnsvizor@2024-10-22 22:12:35Z on freebsd-14 and dnsvizor@2024-10-20 22:10:50Z on freebsd-14

Compare in reverse direction

Opam packages with version changes

solo5.0.9.0->0.8.1

Duniverse directories removed

angstrom (https://github.com/inhabitedtype/angstrom/archive/0.16.1.tar.gz)
bigstringaf (https://github.com/inhabitedtype/bigstringaf/archive/0.10.0.tar.gz)
dnsvizor (git+file:///tmp/orb-build#f8e2862cac8a8646f0f7741a9831a132ea2fe395)
ocaml-syntax-shims (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)

Opam packages with changes in their opam file

mirage-unikernel-dnsvizor-hvt.0.0.2 (effectively equal)

diff
--- left/mirage-unikernel-dnsvizor-hvt/opam
+++ right/mirage-unikernel-dnsvizor-hvt/opam
@@ -10,7 +10,6 @@
   "arp" {?monorepo & >= "3.0.0"}
   "charrua" {?monorepo}
   "charrua-server" {?monorepo}
-  "cmdliner-stdlib" {?monorepo & >= "1.0.1" & < "2.0.0"}
   "dns" {?monorepo}
   "dns-client" {?monorepo}
   "dns-mirage" {?monorepo}
@@ -18,37 +17,36 @@
   "dns-server" {?monorepo}
   "dns-stub" {?monorepo}
   "dns-tsig" {?monorepo}
-  "dnsvizor" {?monorepo}
   "duration" {?monorepo & < "1.0.0"}
   "ethernet" {?monorepo & >= "3.0.0"}
   "logs" {?monorepo}
   "lwt" {?monorepo}
   "metrics" {?monorepo}
-  "mirage" {build & >= "4.8.1" & < "4.9.0"}
+  "mirage" {build & >= "4.8.0" & < "4.9.0"}
   "mirage-bootvar" {?monorepo & >= "1.0.0" & < "2.0.0"}
   "mirage-clock-solo5" {?monorepo & >= "4.2.0" & < "5.0.0"}
   "mirage-crypto-rng-mirage" {?monorepo & >= "1.0.0" & < "2.0.0"}
   "mirage-logs" {?monorepo & >= "2.0.0" & < "3.0.0"}
   "mirage-net-solo5" {?monorepo & >= "0.8.0" & < "0.9.0"}
-  "mirage-runtime" {?monorepo & >= "4.5.0" & >= "4.8.1" & < "4.9.0"}
+  "mirage-runtime" {?monorepo & >= "4.5.0" & >= "4.8.0" & < "4.9.0"}
   "mirage-solo5" {?monorepo & >= "0.9.0" & < "0.10.0"}
   "mirage-time" {?monorepo}
   "ocaml-solo5" {build & >= "0.8.2" & < "0.9.0"}
   "opam-monorepo" {build & >= "0.3.2"}
-  "solo5" {build & >= "0.7.5" & < "0.10.0"}
+  "solo5" {build & >= "0.7.5" & < "0.9.0"}
   "tcpip" {?monorepo & >= "7.0.0"}
 ]
-build: [make "-Cmirage/" "build"]
+build: [make "build"]
 install: [
-  ["cp" "mirage/dist/dnsvizor.hvt" "%{bin}%/dnsvizor.hvt"]
+  ["cp" "dist/dnsvizor.hvt" "%{bin}%/dnsvizor.hvt"]
   ["strip" "%{bin}%/dnsvizor.hvt"]
-  ["cp" "mirage/dist/dnsvizor.hvt" "%{prefix}%/dnsvizor.hvt.debug"]
+  ["cp" "dist/dnsvizor.hvt" "%{prefix}%/dnsvizor.hvt.debug"]
   ["cp" "README.md" "%{prefix}%/README.md"]
 ]
 dev-repo: "git://dummy"
 url {
   src:
-    "git+https://github.com/robur-coop/dnsvizor.git#f8e2862cac8a8646f0f7741a9831a132ea2fe395"
+    "git+https://github.com/robur-coop/dnsvizor.git#7d9d97e1e8dfe83b1de02fb0fbbe4fad16d43938"
 }
 x-mirage-configure: [
   "sh"