Update VMs, CMake to 3.20.1, CUDA to 11.3, and pwsh to 7.1.3#17331
Update VMs, CMake to 3.20.1, CUDA to 11.3, and pwsh to 7.1.3#17331BillyONeal merged 20 commits intomicrosoft:masterfrom
Conversation
|
@NancyLi1013 Thanks for pointing those out! |
|
Looks like the many libvpx failures are #17287 ? |
abb6546 to
1cf853e
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
you removed cudnn auto-download for recognized cuda versions. Wasn't it accepted that it was ok in other PRs? This is removing a feature otherwise which might be the base on which someone has built something... (me) |
It was accepted in other PRs because from original contribution it looked like downloading any other closed source library, which would normally be OK. Unfortunately, it has been brought to our attention that this behavior is both (1) contrary to cudnn's license terms, and (2) contrary to anaconda.org's terms of service. As a result I feel forced to remove it. I did ask some nvidia folks to give us better options: https://twitter.com/MalwareMinigun/status/1384335333249097732
I'm sorry :( |
|
I've removed this functionality from the |
f91bfb7 to
1e87ec1
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@BillyONeal, we noticed that many PRs failed with following failures on osx pipeline machine, could you please help take a look? |
Unfortunately I know very little about how the osx stuff works; Nicole was working on that |
|
/azp run |
… deploy. This resolves the deployment script often hanging with no feedback as to why.
(Perhaps VS2019 version 16.10 moved where these are placed? I've been defensive and left an attempt to find from the old location in place.)
…have CMake authoring errors rejected by 3.20.1.
…of disk space in CI and to respect --clean-after-build.
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
All checks have passed now. |
| @@ -0,0 +1,125 @@ | |||
| # Copyright (c) Microsoft Corporation. | |||
There was a problem hiding this comment.
This should probably be a utilities.psm1, like in macOS, but not blocking
There was a problem hiding this comment.
We can't shove .psm1s through Invoke-AzVmRunCommand though; we're taking this script and find and replacing # REPLACE WITH UTILITY-PREFIX.ps1 with it.
|
Great! Thanks Billy! |
I tried updating to Ubuntu 20.04 as well but that's apparently not offered in a reasonable way on Azure right now.