[issue35433] Correctly detect installed SDK versions

Jeremy Kloth report at bugs.python.org
Mon Dec 10 00:47:42 EST 2018


Jeremy Kloth <jeremy.kloth+python-tracker at gmail.com> added the comment:

I've added a PR for 3.6 using a different methodology for finding the available SDK.

Without some change, my buildbot will continue to stay in the red (for 3.6).  It does not the the highest SDK currently (previously?) listed the hard-coded list.  It has the latest (17763), the latest for VS2015 (14393) and the baseline (10586).  I would like to see a working build for VS2015 on 3.6.  Once 3.6 is wrapped, I'll update the buildbot to VS2017 as that is what is listed in the README for building 3.7+, whereas 3.6 lists VS2015.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35433>
_______________________________________


More information about the Python-bugs-list mailing list