Comparing builds

Builds qubes-firewall-flambda@2020-12-05 12:19:31Z on freebsd-12 and qubes-firewall-flambda@2020-12-07 12:19:41Z on freebsd-12

Compare in reverse direction

Opam packages with changes in their opam file

ocaml-variants.4.11.1+flambda

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