diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-09-29 22:11:54 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-09-29 22:11:54 +0800 |
commit | 01e34aa1171b04f8b28960b1cc6135a903e0c13d (patch) | |
tree | 95d8cf5fac15114e6b32e1e0579fe2f6a3de57af /CMakeLists.txt | |
parent | CMake: Rename xz and man page symlink custom targets. (diff) | |
download | xz-01e34aa1171b04f8b28960b1cc6135a903e0c13d.tar.xz |
CI: Disable CLANG64 MSYS2 environment until bug is resolved.
lld 17.0.1 searches for libraries to link first in the toolchain
directories before the local directory when building. The is a problem
for us because liblzma.a is installed in MSYS2 CLANG64 by default and
xz.exe will thus use the installed library instead of the one being
built.
This causes tests to fail when they are expecting features to be
disabled. More importantly, it will compile xz.exe with an incorrect
liblzma and could cause unexpected behavior by being unable to update
liblzma code in static builds. The CLANG64 environment can be tested
again once this is fixed.
Link to bug: https://github.com/llvm/llvm-project/issues/67779.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions