Skip to content

Commit d76400a

Browse files
committed
Stop using wix
1 parent 8cafe0e commit d76400a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/release-binaries-all.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ jobs:
8888
# We use ubuntu-22.04 rather than the latest version to make the built
8989
# binaries more portable (eg functional aginast older glibc).
9090
runs-on:
91-
- ubuntu-22.04
92-
- ubuntu-22.04-arm
93-
- macos-13
94-
- macos-14
9591
- windows-2022
9692

9793
uses: ./.github/workflows/release-binaries.yml

clang/cmake/caches/Release.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux")
143143
endif()
144144
# We want to generate an installer on Windows.
145145
if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
146-
set_final_stage_var(CPACK_GENERATOR "WIX" STRING)
147146
set_final_stage_var(BUILD_LLVM_C_DYLIB "ON" STRING)
148147
else()
149148
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)

0 commit comments

Comments
 (0)