gh-152919: Ensure nuget.org source exist before python install#152919
Conversation
On certain ARM64 installations of Windows the instantiation of NuGet may not actually add a package source for `nuget.org`
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
That's a fairly weird situation, but the fix is safe enough. I expect CI will be happy with it, so it should be good to merge when it is. |
I agree this is a strange occurrence... |
|
@zooba not too familiar with the process, but should I also create separate PRs for backporting to each tagged version? |
|
We have a bot that will do the backports automatically, so it's only if there are conflicts (which I doubt in this case). |
|
Thanks @bartvdbraak for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
GH-152933 is a backport of this pull request to the 3.14 branch. |
|
GH-152932 is a backport of this pull request to the 3.15 branch. |
|
GH-152934 is a backport of this pull request to the 3.13 branch. |
…GH-152919) (cherry picked from commit 8c35afa) Co-authored-by: Bart van der Braak <bartvdbraak@gmail.com>
…GH-152919) (cherry picked from commit 8c35afa) Co-authored-by: Bart van der Braak <bartvdbraak@gmail.com>
…GH-152919) (cherry picked from commit 8c35afa) Co-authored-by: Bart van der Braak <bartvdbraak@gmail.com>
On certain ARM64 installations of Windows the instantiation of NuGet may not actually add a package source for
nuget.orgI found this out when trying to build library dependencies for Blender on Windows ARM64:
Additional info:
Empty nuget.config files
Contrast with Windows x64 install
Build logs should be as follows:
nuget.configfiles should be populated as follows: