dotnet / jitutils

MIT License
146 stars 59 forks source link

Use non-deprecated Azure Pipelines Ubuntu/Windows pool #339

Closed akoeplinger closed 2 years ago

akoeplinger commented 2 years ago

ubuntu-16.04 was removed recently (https://github.com/actions/virtual-environments/issues/3287), bumping to 20.04

win2016 will be removed in March: https://github.com/actions/virtual-environments/issues/4312, bumping to windows-2019

akoeplinger commented 2 years ago

@echesakovMSFT it looks like the Linux build fails because there's a new RID and this doesn't work with the logic in https://github.com/dotnet/jitutils/blob/89c6aba529ca53e60229ff5eb57b620e98c031d6/bootstrap.sh#L73-L80

We could either upload a ubuntu 20.04 version to the blob store or download the earlier version, what do you think?

echesakov commented 2 years ago

I think for now we can fix the script by downloading an earlier version. Actually, I didn't know that the clang-tools blobs use RIDs...

akoeplinger commented 2 years ago

@echesakovMSFT done