From: Mostyn Bramley-Moore Date: Sat, 7 Dec 2024 23:10:42 +0000 (+0100) Subject: ci: log bsdtar's version text, so we can see which support libraries were used (... X-Git-Tag: v3.7.8~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f7d3c72599d623c823916acf2cd6e7720cda317;p=thirdparty%2Flibarchive.git ci: log bsdtar's version text, so we can see which support libraries were used (#2426) A few of libarchive's CI jobs don't find all the local support libraries that they could be using. This change makes it easier to see which of them are used. (cherry picked from commit 0bbbe2883ef45b2027ea7395a691a855b1296cd1) --- diff --git a/build/ci/build.sh b/build/ci/build.sh index 0cc131cfd..687e8e1b4 100755 --- a/build/ci/build.sh +++ b/build/ci/build.sh @@ -147,6 +147,7 @@ for action in ${ACTIONS}; do ${MAKE} ${MAKE_ARGS} install DESTDIR="${BUILDDIR}/destdir" RET="$?" cd "${BUILDDIR}/destdir" && ls -lR . + ./usr/local/bin/bsdtar --version ;; distcheck) ${MAKE} ${MAKE_ARGS} distcheck || ( diff --git a/build/ci/github_actions/ci.cmd b/build/ci/github_actions/ci.cmd index 3f578d4aa..ecbe09eb9 100755 --- a/build/ci/github_actions/ci.cmd +++ b/build/ci/github_actions/ci.cmd @@ -150,6 +150,7 @@ IF "%1"=="deplibs" ( CD build_ci\cmake cmake --build . --target INSTALL --config Release || EXIT /b 1 ) + "C:\Program Files (x86)\libarchive\bin\bsdtar.exe" --version ) ELSE IF "%1"=="artifact" ( C:\windows\system32\tar.exe -c -C "C:\Program Files (x86)" --format=zip -f libarchive.zip libarchive ) ELSE (