v0.1.0-php1
·
32 commits
to main
since this release
ci(release): tolerate zero extra shared libs when packaging Linux binary The ldd|awk|grep|grep -v|while-read pipeline that bundles vcpkg-built shared libs failed the whole Package step under set -o pipefail: the final grep -v exits 1 when nothing matches (e.g. most deps are static .a libs here, so there's nothing left outside /lib or /usr/lib to bundle) — a completely valid outcome, not an error. Configure/Build/Test all passed this run; this was the last remaining blocker.