mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[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:
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
|
||||
|
||||
Reference in New Issue
Block a user