@@ -1015,7 +1015,7 @@ jobs:
1015
1015
- name : Configure curl
1016
1016
run : |
1017
1017
$NDKPATH = cygpath -m ${{ steps.setup-ndk.outputs.ndk-path }}
1018
- cmake -B ${{ github.workspace }}/BinaryCache/curl-7.77.0 `
1018
+ cmake -B ${{ github.workspace }}/BinaryCache/curl-8.9.1 `
1019
1019
-D BUILD_SHARED_LIBS=NO `
1020
1020
-D CMAKE_BUILD_TYPE=Release `
1021
1021
-D CMAKE_C_COMPILER=${{ matrix.cc }} `
@@ -1025,7 +1025,7 @@ jobs:
1025
1025
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache `
1026
1026
-D CMAKE_CXX_FLAGS="${{ matrix.cxxflags }}" `
1027
1027
-D CMAKE_MT=mt `
1028
- -D CMAKE_INSTALL_PREFIX=${{ github.workspace }}/BuildRoot/Library/curl-7.77.0 /usr `
1028
+ -D CMAKE_INSTALL_PREFIX=${{ github.workspace }}/BuildRoot/Library/curl-8.9.1 /usr `
1029
1029
-D CMAKE_SYSTEM_NAME=${{ matrix.os }} `
1030
1030
${{ matrix.extra_flags }} `
1031
1031
-G Ninja `
@@ -1111,14 +1111,14 @@ jobs:
1111
1111
-D CMAKE_POSITION_INDEPENDENT_CODE=YES `
1112
1112
-D CMAKE_ANDROID_NDK=$NDKPATH
1113
1113
- name : Build curl
1114
- run : cmake --build ${{ github.workspace }}/BinaryCache/curl-7.77.0
1114
+ run : cmake --build ${{ github.workspace }}/BinaryCache/curl-8.9.1
1115
1115
- name : Install curl
1116
- run : cmake --build ${{ github.workspace }}/BinaryCache/curl-7.77.0 --target install
1116
+ run : cmake --build ${{ github.workspace }}/BinaryCache/curl-8.9.1 --target install
1117
1117
1118
1118
- uses : actions/upload-artifact@v4
1119
1119
with :
1120
- name : curl-${{ matrix.os }}-${{ matrix.arch }}-7.77.0
1121
- path : ${{ github.workspace }}/BuildRoot/Library/curl-7.77.0 /usr
1120
+ name : curl-${{ matrix.os }}-${{ matrix.arch }}-8.9.1
1121
+ path : ${{ github.workspace }}/BuildRoot/Library/curl-8.9.1 /usr
1122
1122
1123
1123
libxml2 :
1124
1124
needs : [context]
@@ -1365,8 +1365,8 @@ jobs:
1365
1365
path : ${{ github.workspace }}/BuildRoot/Library/libxml2-2.11.5/usr
1366
1366
- uses : actions/download-artifact@v4
1367
1367
with :
1368
- name : curl-${{ matrix.os }}-${{ matrix.arch }}-7.77.0
1369
- path : ${{ github.workspace }}/BuildRoot/Library/curl-7.77.0 /usr
1368
+ name : curl-${{ matrix.os }}-${{ matrix.arch }}-8.9.1
1369
+ path : ${{ github.workspace }}/BuildRoot/Library/curl-8.9.1 /usr
1370
1370
- uses : actions/download-artifact@v4
1371
1371
with :
1372
1372
name : zlib-${{ matrix.os }}-${{ matrix.arch }}-1.3
@@ -1656,7 +1656,7 @@ jobs:
1656
1656
-G Ninja `
1657
1657
-S ${{ github.workspace }}/SourceCache/swift-corelibs-foundation `
1658
1658
-D dispatch_DIR=${{ github.workspace }}/BinaryCache/libdispatch/cmake/modules `
1659
- -D CURL_DIR=${{ github.workspace }}/BuildRoot/Library/curl-7.77.0 /usr/lib/cmake/CURL `
1659
+ -D CURL_DIR=${{ github.workspace }}/BuildRoot/Library/curl-8.9.1 /usr/lib/cmake/CURL `
1660
1660
-D FOUNDATION_BUILD_TOOLS=${build_tools} `
1661
1661
-D ENABLE_TESTING=NO `
1662
1662
-D _SwiftFoundation_SourceDIR=$SWIFT_FOUNDATION_SOURCE_DIR `
0 commit comments