Skip to content

Commit

Permalink
Merge pull request #10326 from wilzbach/debug-curl-update
Browse files Browse the repository at this point in the history
Update debug curl lib to downloads.dlang.org
  • Loading branch information
wilzbach committed Aug 20, 2019
2 parents a9d73d6 + 5d11d72 commit 0f6c2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_host_dmd() {
if [ ! -f dmd2/README.TXT ]; then
download "http://downloads.dlang.org/releases/2.x/${HOST_DMD_VERSION}/dmd.${HOST_DMD_VERSION}.windows.7z" dmd2.7z
7z x dmd2.7z > /dev/null
download "https://ci.appveyor.com/api/buildjobs/nogriv1wq32h4jr0/artifacts/libcurl-7.65.3-WinSSL-zlib-x86-x64.zip" libcurl.zip
download "http://downloads.dlang.org/other/libcurl-7.65.3-2-WinSSL-zlib-x86-x64.zip" libcurl.zip
7z -y x libcurl.zip > /dev/null
fi
export PATH="$PWD/dmd2/windows/bin/:$PATH"
Expand Down Expand Up @@ -82,7 +82,7 @@ clone_repos() {
else
local REPO_BRANCH="$SYSTEM_PULLREQUEST_TARGETBRANCH"
fi

for proj in druntime phobos; do
if [ "$REPO_BRANCH" != master ] && [ "$REPO_BRANCH" != stable ] &&
! git ls-remote --exit-code --heads "https://github.com/dlang/$proj.git" "$REPO_BRANCH" > /dev/null; then
Expand Down

0 comments on commit 0f6c2e2

Please sign in to comment.