Skip to content

Commit c332e9d

Browse files
Merge pull request #1338 from dotnet/u/RevertBackToUbuntu18
Revert the building container back to ubuntu 20.04
2 parents 0fa77db + b0a9a56 commit c332e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ variables:
2727
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DE19EB17684BA42D
2828
sudo apt-get -y update
2929
sudo apt-get -y install cmake clang git libunwind8 curl libomp-dev libomp5 wget
30-
wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
30+
wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
3131
sudo dpkg --purge packages-microsoft-prod && sudo dpkg -i packages-microsoft-prod.deb
3232
sudo apt-get update; sudo apt-get install -y apt-transport-https && sudo apt-get update
3333
ldd --version && (/sbin/ldconfig -p | grep stdc++) && (strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep LIBCXX)
@@ -40,7 +40,7 @@ resources:
4040
# https://github.com/dotnet/versions/blob/main/build-info/docker/image-info.dotnet-dotnet-buildtools-prereqs-docker-main.json
4141

4242
- container: UbuntuContainer
43-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-mlnet-20240216051055-578f026
43+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-20240708213715-dcf0bb9
4444

4545
jobs:
4646
- template: /build/ci/job-template.yml

0 commit comments

Comments
 (0)