Skip to content

Commit d55c343

Browse files
[windows][lldb] use curl to install make
1 parent 8e17e09 commit d55c343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

swift-ci/main/windows/lldb/1809/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN git config --global core.symlink true; \
5757
git config --global core.autocrlf false
5858

5959
# GNU make 4.4.1 (ezwinports)
60-
RUN Invoke-WebRequest -Uri https://downloads.sourceforge.net/project/ezwinports/make-4.4.1-without-guile-w32-bin.zip -OutFile make.zip; \
60+
RUN curl.exe -L -o make.zip https://downloads.sourceforge.net/project/ezwinports/make-4.4.1-without-guile-w32-bin.zip; \
6161
Expand-Archive -Path make.zip -DestinationPath C:\\GnuWin32Make-4.4.1; \
6262
Remove-Item -Force make.zip; \
6363
[Environment]::SetEnvironmentVariable('PATH', $env:PATH + ';C:\\GnuWin32Make-4.4.1\\bin', [EnvironmentVariableTarget]::Machine)

0 commit comments

Comments
 (0)