Comparing builds

Builds qubes-firewall@2020-12-04 15:19:14Z on freebsd-12 and qubes-firewall@2020-12-07 12:21:41Z on freebsd-12

Compare in reverse direction

Opam packages with version changes

mirage.3.10.0->3.10.1
mirage-runtime.3.10.0->3.10.1
mirage-types.3.10.0->3.10.1
mirage-types-lwt.3.10.0->3.10.1

Opam packages with changes in their opam file

ocaml-base-compiler.4.11.1

build instruction (without common prefix) modifications, old:
[ "./configure" "--prefix=%{prefix}%" "-C" "CC=cc" {os = "openbsd" | os = "freebsd" | os = "macos"} "ASPP=cc -c" {os = "openbsd" | os = "freebsd" | os = "macos"} ]
[make "-j%{jobs}%" {os != "cygwin"} "world"]
[make "-j%{jobs}%" {os != "cygwin"} "world.opt"]
new
[ "./configure" "--prefix=%{prefix}%" "-C" "CC=cc" {os = "openbsd" | os = "macos"} "ASPP=cc -c" {os = "openbsd" | os = "macos"} ]
[make "-j%{jobs}%" {os != "cygwin"} "world"]
[make "-j%{jobs}%" {os != "cygwin"} "world.opt"]

mirage-unikernel-qubes-firewall-xen.0.0.1

build instruction (without common prefix) modifications, old:
["sh" "-exc" "mirage configure -t xen && mirage build"]
new
[ "sh" "-exc" "mirage configure -t xen --allocation-policy=best-fit && mirage build" ]