Skip to content

Commit ca997ef

Browse files
committed
fixup! Add a build definition for Azure DevOps
At some point we switched from Hosted Linux Preview to Ubuntu 16.04, at which point it became unnecessary to install the `docker` package for the Linux-32 job. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a2379f7 commit ca997ef

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -256,21 +256,6 @@ phases:
256256
- bash: |
257257
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
258258
259-
sudo apt-get update &&
260-
sudo rm /var/lib/apt/lists/lock &&
261-
sudo apt-get -y install \
262-
apt-transport-https \
263-
ca-certificates \
264-
curl \
265-
software-properties-common &&
266-
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - &&
267-
sudo add-apt-repository \
268-
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
269-
$(lsb_release -cs) \
270-
stable" &&
271-
sudo apt-get update &&
272-
sudo apt-get -y install docker-ce &&
273-
274259
sudo AGENT_OS="$AGENT_OS" BUILD_BUILDNUMBER="$BUILD_BUILDNUMBER" BUILD_REPOSITORY_URI="$BUILD_REPOSITORY_URI" BUILD_SOURCEBRANCH="$BUILD_SOURCEBRANCH" BUILD_SOURCEVERSION="$BUILD_SOURCEVERSION" SYSTEM_PHASENAME="$SYSTEM_PHASENAME" SYSTEM_TASKDEFINITIONSURI="$SYSTEM_TASKDEFINITIONSURI" SYSTEM_TEAMPROJECT="$SYSTEM_TEAMPROJECT" CC=$CC MAKEFLAGS=-j3 bash -lxc ci/run-linux32-docker.sh || exit 1
275260
276261
sudo chmod a+r t/out/TEST-*.xml

0 commit comments

Comments
 (0)