]> git.ipfire.org Git - thirdparty/xz.git/commit
CI: Valgrind: Test with static liblzma
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 22 Apr 2025 18:12:50 +0000 (21:12 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 22 Apr 2025 18:26:21 +0000 (21:26 +0300)
commitf33da20b75a45caad25c9a4daf7906e4f056ce91
tree8e39d53a937ec5ddc0dc27db99f48043da92cab3
parent5606fa89f91ca1d0d53e339d88f574fc731049c1
CI: Valgrind: Test with static liblzma

If shared liblzma is built, tests/test_* and src/xz/xz are wrapper
scripts created by Libtool. The wrappers set library search path
so that the freshly-built shared library is found.

With a static liblzma, no wrapper scripts are needed, and Libtool
places the real executables to the aforementioned locations. This
speeds up the tests under Valgrind dramatically.

Fixes: 6c095a98fbec ("ci: test Valgrind")
.github/workflows/ci.yml