Skip to content

Commit 72a0862

Browse files
committed
CI: attempt to repair macOS build
1 parent 2fd0a7c commit 72a0862

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/caches/darwin-x86_64.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ set(CMAKE_CXX_COMPILER clang++ CACHE STRING "")
55
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-stack-protector -fomit-frame-pointer" CACHE STRING "" FORCE)
66
set(CMAKE_EXE_LINKER_FLAGS "" CACHE STRING "" FORCE)
77
set(CMAKE_SHARED_LINKER_FLAGS "" CACHE STRING "" FORCE)
8+
9+
# TODO(compnerd) figure out why the scripts and the framework cannot co-install
10+
set(SWIFT_BUILD_DISABLE_LLDB_PYTHON_SCRIPTS TRUE CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)