[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:
parent
de5e837c76
commit
3eca097b34
1
.github/workflows/alt-architectures.yml
vendored
1
.github/workflows/alt-architectures.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user