File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2126,7 +2126,12 @@ jobs:
2126
2126
-D BUILD_SHARED_LIBS=YES `
2127
2127
-D CMAKE_BUILD_TYPE=Release `
2128
2128
-D CMAKE_BUILD_WITH_INSTALL_RPATH=YES `
2129
+ -D CMAKE_CXX_COMPILER=${{ matrix.cxx }} `
2130
+ -D CMAKE_CXX_COMPILER_TARGET=${{ matrix.triple }} `
2131
+ -D CMAKE_CXX_FLAGS="${{ matrix.cxxflags }}" `
2132
+ -D CMAKE_INSTALL_PREFIX=${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/${{ matrix.os }}.platform/Developer/Library/Testing-development/usr `
2129
2133
-D CMAKE_Swift_COMPILER=${SWIFTC} `
2134
+ -D CMAKE_Swift_COMPILER_TARGET=${{ matrix.triple_no_api_level }} `
2130
2135
-D CMAKE_Swift_FLAGS="-resource-dir ${{ github.workspace }}/BinaryCache/Library/Developer/Platforms/${{ matrix.os }}.platform/Developer/SDKs/${{ matrix.os }}.sdk/usr/lib/swift -L${{ github.workspace }}/BinaryCache/Library/Developer/Platforms/${{ matrix.os }}.platform/Developer/SDKs/${{ matrix.os }}.sdk/usr/lib/swift/${{ matrix.os }} ${OVERLAY_FLAGS} ${{ matrix.swiftflags }}" `
2131
2136
-D CMAKE_Swift_FLAGS_RELEASE="-O" `
2132
2137
-D CMAKE_SYSTEM_NAME=${{ matrix.os }} `
You can’t perform that action at this time.
0 commit comments