Skip to content

Commit 4dd2b5a

Browse files
authored
CI: Test GMT on Ubuntu 20.04 (#4275)
1 parent 81429f2 commit 4dd2b5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,15 @@ jobs:
241241
containerImage: ubuntu:16.04
242242
Ubuntu1804: # CMake 3.10.2 + GNU 7.4.0
243243
containerImage: ubuntu:18.04
244+
Ubuntu2004: # CMake 3.16.3 + GNU 9.3.0
245+
containerImage: ubuntu:20.04
244246
Debian9: # CMake 3.7.2 + GNU 6.3.0
245247
containerImage: debian:stretch
246248
Debian10: # CMake 3.13.4 + GNU 8.3.0
247249
containerImage: debian:buster
248250
DebianSid: # CMake 3.16.3 + GNU 10.1.0
249251
containerImage: debian:sid
250252

251-
252253
container:
253254
image: $[ variables['containerImage'] ]
254255
# See https://github.com/microsoft/azure-pipelines-agent/issues/2043#issuecomment-500451567
@@ -258,6 +259,7 @@ jobs:
258259
steps:
259260
- script: |
260261
/tmp/docker exec -t -u 0 ci-container \
261-
sh -c "apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" -y install sudo"
262+
sh -c "apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::='--force-confold' -y install sudo tzdata"
263+
# Need to install tzdata for Ubuntu 20.04 docker image
262264
displayName: Set up sudo
263265
- template: ci/azure-pipelines-linux.yml

0 commit comments

Comments
 (0)