You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: since this happens on a CI that I can't change for debugging, I added the output of the conda build process that installs the conda-forge compilers.
Solution to issue cannot be found in the documentation.
Issue
Recently, GitHub has remove a lot of Visual Studio components: actions/runner-images#9853
This has caused
conda build
pipelines to fail: actions/runner-images#9888I noticed the same thing with the
menuinst
canary builds. While building the recipe, I saw thatcl.exe
failed with the following error:This build had run successfully before the GitHub runner update. Something I noticed is that since the update,
activate.bat
is unable to find the installation path. Previously,vswhere
was able to pick upVSINSTALLDIR
: https://github.com/conda/menuinst/actions/runs/9103078129/job/25024300180#step:5:1434Now, even with the recent update for #73,
VSINSTALLDIR
remains empty and then tries a few fallbacks, which do not exist either: https://github.com/conda/menuinst/actions/runs/9103078129/job/25198654933#step:5:1554Note: since this happens on a CI that I can't change for debugging, I added the output of the
conda build
process that installs the conda-forge compilers.Installed packages
Environment info
The text was updated successfully, but these errors were encountered: