[ci,workflow] set USE_UNWIND=OFF again

arm builds do not work with unwind backtrace on.
[winpr_unwind_backtrace]: _Unwind_Backtrace failed with _URC_FAILURE [0x09]
This commit is contained in:
akallabeth 2024-10-08 11:08:50 +02:00
parent de5e837c76
commit 3eca097b34
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -97,6 +97,7 @@ jobs:
-DCMAKE_INSTALL_PREFIX=/tmp/ci-test \
-DCMAKE_C_COMPILER=/usr/bin/clang \
-DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
-DUSE_UNWIND=OFF \
-DUSE_EXECINFO=OFF \
-DWITH_SANITIZE_ADDRESS=OFF
cmake --build ci-build --parallel $(nproc) --target install