Skip to content

Commit ff79b8c

Browse files
authored
Merge pull request #1891 from lzutao/s3-aws-appveyor
Update all s3 URLs used on CI with subdomains
2 parents 060c24e + 9db2a7d commit ff79b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ install:
3333
# Download and install MINGW (32-bit)
3434
Write-Host "Installing MinGW (32-bit)..." -ForegroundColor Cyan
3535
Write-Host "Downloading installation package..."
36-
appveyor-retry appveyor DownloadFile https://s3.amazonaws.com/rust-lang-ci/i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z -FileName mingw.7z
36+
appveyor-retry appveyor DownloadFile https://rust-lang-ci.s3.amazonaws.com/i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z -FileName mingw.7z
3737
} elseif($env:MINGW_DIR -eq "mingw64") {
3838
# Download and install MINGW (64-bit)
3939
Write-Host "Installing MinGW (64-bit)..." -ForegroundColor Cyan
4040
Write-Host "Downloading installation package..."
41-
appveyor-retry appveyor DownloadFile https://s3.amazonaws.com/rust-lang-ci/x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z -FileName mingw.7z
41+
appveyor-retry appveyor DownloadFile https://rust-lang-ci.s3.amazonaws.com/x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z -FileName mingw.7z
4242
}
4343
Write-Host "Extracting installation package..."
4444
7z x -y mingw.7z -oC:\msys64 | Out-Null

0 commit comments

Comments
 (0)