Skip to content

Commit db4a1b0

Browse files
committed
Fix ARM64 TLS crash: disable libtorrent OpenSSL discovery and remove FORCE:MULTIPLE
1 parent 3503a70 commit db4a1b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci_windows_arm64_native.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
-Dmmap-disk-io=OFF `
162162
-Ddeprecated-functions=ON `
163163
-Dstatic_runtime=ON `
164-
-Dopenssl=OFF `
164+
-DCMAKE_DISABLE_FIND_PACKAGE_OpenSSL=TRUE `
165165
-DVCPKG_TARGET_TRIPLET=${{ env.vcpkg_triplet }}
166166
167167
cmake --build build
@@ -223,7 +223,6 @@ jobs:
223223
-DMSVC_RUNTIME_DYNAMIC=OFF `
224224
-DSTACKTRACE=OFF `
225225
-DQT_NO_PRIVATE_MODULE_WARNING=ON `
226-
-DCMAKE_EXE_LINKER_FLAGS="/FORCE:MULTIPLE" `
227226
-DVCPKG_TARGET_TRIPLET=${{ env.vcpkg_triplet }}
228227
229228
cmake --build build

0 commit comments

Comments
 (0)