This repository was archived by the owner on Oct 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 147147# The docker integration tests do not currently run in a container on Windows, predominantly
148148# due to Windows not supporting privileged mode, so anything using a volume would fail.
149149# They (along with the rest of the docker CI suite) can be run using
150- # https://github.com/jhowardmsft /docker-w2wCIScripts/blob/master/runCI/Invoke-DockerCI.ps1.
150+ # https://github.com/kevpar /docker-w2wCIScripts/blob/master/runCI/Invoke-DockerCI.ps1.
151151#
152152# -----------------------------------------------------------------------------------------
153153
@@ -218,13 +218,13 @@ RUN `
218218 Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; `
219219 `
220220 Write-Host INFO: Downloading compiler 1 of 3...; `
221- Download-File https://raw.githubusercontent.com/jhowardmsft /docker-tdmgcc/master/gcc.zip C:\gcc.zip; `
221+ Download-File https://raw.githubusercontent.com/moby /docker-tdmgcc/master/gcc.zip C:\gcc.zip; `
222222 `
223223 Write-Host INFO: Downloading compiler 2 of 3...; `
224- Download-File https://raw.githubusercontent.com/jhowardmsft /docker-tdmgcc/master/runtime.zip C:\runtime.zip; `
224+ Download-File https://raw.githubusercontent.com/moby /docker-tdmgcc/master/runtime.zip C:\runtime.zip; `
225225 `
226226 Write-Host INFO: Downloading compiler 3 of 3...; `
227- Download-File https://raw.githubusercontent.com/jhowardmsft /docker-tdmgcc/master/binutils.zip C:\binutils.zip; `
227+ Download-File https://raw.githubusercontent.com/moby /docker-tdmgcc/master/binutils.zip C:\binutils.zip; `
228228 `
229229 Write-Host INFO: Extracting git...; `
230230 Expand-Archive C:\gitsetup.zip C:\git-tmp; `
You can’t perform that action at this time.
0 commit comments