Comparing builds
Opam packages with changes in their opam file
conf-sqlite3.1 (and additional changes)
build instruction (without common prefix) modifications, old:
["pkg-config" "sqlite3"]
new
[
"pkgconf" {os = "win32" & os-distribution = "cygwin"}
"--personality=i686-w64-mingw32"
{os = "win32" & os-distribution = "cygwin" & host-arch-x86_32:installed}
"--personality=x86_64-w64-mingw32"
{os = "win32" & os-distribution = "cygwin" & host-arch-x86_64:installed}
"pkg-config" {os != "win32" | os-distribution != "cygwin"}
"sqlite3"
]
builder-web.0.2.0~dev (and additional changes)
New environment variables added
ARCH x86_64
System packages changed
bash 5.2.26_1->5.2.32
curl 8.8.0->8.9.1
git 2.45.1->2.46.0
orb 0.0.2.18.g232dbb8->0.0.2.27.g91da7d2