-
-
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
Update VS2019 to latest #47
Comments
Should we merge #46 first so this doesn't create conflicts? |
Quick question, why not /17 instead of /16? The microsoft docs say:
|
Gentle ping @isuruf |
Because #46 is stalled at the moment. |
Genuine question, how is it stalled? It looks ready and @mariusvniekerk seems to think so too? What would need to happen to unblock it? |
Sidenote: If by chance you were responding to my "Quick question, why not /17 instead of /16?", then I did mean using the redistributable of VS17 for 2019 (instead of the native 16), because Microsoft says that the newest redistributable is still fine also for older toolchains. Second sidenote: I'd be happy to create a PR that just does a vanilla update of 2019 with VS16, but I don't know how to extract the correct hashes. |
I don't know what this means.
See the comment at https://github.com/conda-forge/vc-feedstock/blob/main/recipe/meta.yaml#L22 |
Visual Studio has many versions; e.g. "Visual Studio 2019 16.11". I was considering if we should take the VS2022 redistributable (link with "/17" in it) even for the VS2019 toolchain (normally v16), because it's what Microsoft recommends. Also fine if we don't 🤷 |
I still don't understand. What are you suggesting codewise? |
We were already using VS2019 redistributable for VS2017 toolchain. We'll do the same when #46 is merged. |
I was suggesting to take the VS2019 redistributable from https://aka.ms/vs/17/release/vc_redist.x64.exe instead of https://aka.ms/vs/16/release/vc_redist.x64.exe, independently of #46. But since I don't really know how you managed to resolve the UUID etc. I cannot really propose the respective changes to the CBC. |
As I mentioned in my comment, see https://github.com/conda-forge/vc-feedstock/blob/main/recipe/meta.yaml#L22 |
There is no VS2019 redistributable in that link. Only the VS2022 redistributable which is compatible with VS2019 |
For posterity:
I get that 17 <-> VS2022 and 16 <-> 2019; however, as you see from the locations above, the files appear to be different, hence the question if we want to use the "17" one (nominally for VS2022) also for upgrading the VS2019 toolchain. It seems you're in agreement that this should work. |
No, you are getting confused. We want to package both VS2019 and VS2022 redistributables, but users will use VS2022 redistributable by default. So, please send a PR to just update VS2019 toolchain with the 16 one. |
Excuse me, but what kind of interaction is that? I asked how to do this, you didn't respond (OK, happens), then I remind you of this topic, and now you start making vague ultimatums? Not cool
I wasn't; my question since the beginning has been whether we want to just take the VS2022 redistributable even for the purpose of this issue ("Update VS2019 to latest"). It's fine if the answer is no, but it wasn't clear to me, given MS's guidance. |
Without either #46 or with an update to VS2019, the packages that we are producing are broken on users without an up-to-date system C++ redistributables. If this is not fixed, we should revert to VS2017 to make sure we are not breaking something.
Sorry about that. As I mentioned this to you before, you replying fast to threads without taking the time to think makes me lose my cool. Please take time to think things through.
You are suggesting that we package VS2022 redistributable inside |
I guess you mean that the vs2019 toolchain coming though the images will have a slightly newer version than the redistributable, and therefore a small chance to break packages? That's fair enough.
Please don't assume that I haven't thought about things. I'm not immune to brainfarts, but I often thought about things, and in this case, you were continuously misunderstanding the question I tried to ask, so it's easy to just clarify that point. So, in turn, please take some time to read & think about what I wrote as well.
I'll admit that I'm still fuzzy on how certain pieces fit together, but that was indeed the question that I had, given MS' explicit statement to that effect that I had quoted. |
Sure. In the meantime, can you tell me the reason for your comment "But since I don't really know how you managed to resolve the UUID etc." after I mentioned the link https://github.com/conda-forge/vc-feedstock/blob/main/recipe/meta.yaml#L22? Was that not clear enough?
Even MS don't redirect the 16 link to the 17 link. What you are asking for is to redirect the 16 link to 17 link. |
I had tried when you first opened this issue to get at that link in various ways. It had not occurred to me until "your favourite download tool" that curl probably can do this, and so I managed to find the solution. |
Ah. Would you mind improving that comment there then? |
https://aka.ms/vs/16/release/vc_redist.x64.exe has a newer version
The text was updated successfully, but these errors were encountered: