Skip to content

Commit 0361925

Browse files
committed
AzDO: update the version number in the build for CURL
CURL was updated to 8.4.0, but the paths referenced the old version.
1 parent 4f382e7 commit 0361925

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.azure/vs2022.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -725,15 +725,15 @@ stages:
725725
- task: CMake@1
726726
inputs:
727727
cmakeArgs:
728-
-B $(Agent.BuildDirectory)/curl-7.77.0
728+
-B $(Agent.BuildDirectory)/curl-8.4.0
729729
-D BUILD_SHARED_LIBS=NO
730730
-D CMAKE_BUILD_TYPE=Release
731731
-D CMAKE_C_COMPILER=cl
732732
-D CMAKE_C_FLAGS="/GS- /Oy /Gw /Gy"
733733
-D CMAKE_CXX_COMPILER=cl
734734
-D CMAKE_CXX_FLGS="/GS- /Oy /Gw /Gy"
735735
-D CMAKE_MT=mt
736-
-D CMAKE_INSTALL_PREFIX=$(Build.StagingDirectory)/Library/curl-7.77.0/usr
736+
-D CMAKE_INSTALL_PREFIX=$(Build.StagingDirectory)/Library/curl-8.4.0/usr
737737
-G Ninja
738738
-S $(Build.SourcesDirectory)
739739
-D BUILD_TESTING=NO
@@ -763,13 +763,13 @@ stages:
763763
- task: CMake@1
764764
inputs:
765765
cmakeArgs:
766-
--build $(Agent.BuildDirectory)/curl-7.77.0
766+
--build $(Agent.BuildDirectory)/curl-8.4.0
767767
- task: CMake@1
768768
inputs:
769769
cmakeArgs:
770-
--build $(Agent.BuildDirectory)/curl-7.77.0 --target install
770+
--build $(Agent.BuildDirectory)/curl-8.4.0 --target install
771771
- publish: $(Build.StagingDirectory)
772-
artifact: curl-$(arch)-7.77.0
772+
artifact: curl-$(arch)-8.4.0
773773

774774
- stage: sqlite
775775
dependsOn: []
@@ -930,7 +930,7 @@ stages:
930930
- download: current
931931
artifact: libxml2-$(arch)-2.11.5
932932
- download: current
933-
artifact: curl-$(arch)-7.77.0
933+
artifact: curl-$(arch)-8.4.0
934934
- download: current
935935
artifact: zlib-$(arch)-1.3
936936
- download: current
@@ -1101,7 +1101,7 @@ stages:
11011101
-D LIBXML2_DEFINITIONS="/DLIBXML_STATIC"
11021102
-D LIBXML2_LIBRARY=$(Pipeline.Workspace)/libxml2-$(arch)-2.11.5/Library/libxml2-2.11.5/usr/lib/libxml2s.lib
11031103
-D LIBXML2_INCLUDE_DIR=$(Pipeline.Workspace)/libxml2-$(arch)-2.11.5/Library/libxml2-2.11.5/usr/include/libxml2
1104-
-D CURL_DIR=$(Pipeline.Workspace)/curl-$(arch)-7.77.0/Library/curl-7.77.0/usr/lib/cmake/CURL
1104+
-D CURL_DIR=$(Pipeline.Workspace)/curl-$(arch)-8.4.0/Library/curl-8.4.0/usr/lib/cmake/CURL
11051105
-D ZLIB_ROOT=$(Pipeline.Workspace)/zlib-$(arch)-1.3/Library/zlib-1.3/usr
11061106
-D ZLIB_LIBRARY=$(Pipeline.Workspace)/zlib-$(arch)-1.3/Library/zlib-1.3/usr/lib/zlibstatic.lib
11071107
- task: CMake@1

0 commit comments

Comments
 (0)