-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with VS2022 activation in Azure CI with version 14.37 #67
Comments
@h-vetinari could you please have a look? I tried to contribute a PR here, but I have no idea how to get the new |
cc @conda-forge/vc for visibility / awareness. |
See vc-feedstock/recipe/conda_build_config.yaml Lines 37 to 39 in 97ada02
|
A note that the It may be an earlier candidate on Azure before the rest of the community gets it? |
Thanks for the report. Previously, MSFT only used the "LTS" versions in the images, which happened to be the even releases for the last couple of updates. If the images are indeed on 19.37 now, we'll have to upgrade. I guess we're not seeing this widely because it only affects vs2022, which your feedstock is using, but not the default in conda-forge. Unless you're using very recent C++ features, you should also be fine with downgrading that to vs2019? If not, could you open a PR along the lines of adab9a3 & f54ce13? |
Hi @mjcarroll, in the Azure image (and also in my local laptop) is the version of MSVC runtime still at
Hi @h-vetinari, indeed we use the latest C++ features. Therefore we need |
Solution to issue cannot be found in the documentation.
Issue
The MSVC version in Azure CI has been upgraded to
14.37
. We get now errors whenvs2022
tries to activate version14.36
which does not exist anymore in de Azure CI image. See this build log.Similar problem has occurred in #63 and has been fixed in #64.
Installed packages
Environment info
Windows Build in Azure CI using VS2022
The text was updated successfully, but these errors were encountered: