]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
ci: log bsdtar's version text, so we can see which support libraries were used (...
authorMostyn Bramley-Moore <mostyn@antipode.se>
Sat, 7 Dec 2024 23:10:42 +0000 (00:10 +0100)
committerMartin Matuska <martin@matuska.de>
Tue, 11 Mar 2025 09:25:38 +0000 (10:25 +0100)
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)

build/ci/build.sh
build/ci/github_actions/ci.cmd

index 0cc131cfd8cb4f9bcf2db80a37bacd44c9a4db21..687e8e1b44e2d42ca0c05d2e8e1671c74d58a4eb 100755 (executable)
@@ -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 || (
index 3f578d4aa43df0688bc44265d624e5b4b4693cfc..ecbe09eb932ddf41c0ab64bd44b7208ab8572c85 100755 (executable)
@@ -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 (