File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ variables:
27
27
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DE19EB17684BA42D
28
28
sudo apt-get -y update
29
29
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
31
31
sudo dpkg --purge packages-microsoft-prod && sudo dpkg -i packages-microsoft-prod.deb
32
32
sudo apt-get update; sudo apt-get install -y apt-transport-https && sudo apt-get update
33
33
ldd --version && (/sbin/ldconfig -p | grep stdc++) && (strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep LIBCXX)
@@ -40,7 +40,7 @@ resources:
40
40
# https://github.com/dotnet/versions/blob/main/build-info/docker/image-info.dotnet-dotnet-buildtools-prereqs-docker-main.json
41
41
42
42
- 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
44
44
45
45
jobs :
46
46
- template : /build/ci/job-template.yml
You can’t perform that action at this time.
0 commit comments