mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
7c2404f86c
msiexec on Windows fails to extract MSI files where the extracted path (including the absolute base directory) is longer than 260 characters. Unfortunately, a few MSI files from the Windows SDK contain paths that are 213 characters long, which doesn't leave much room for $drive:\Users\$user\.mozbuild\get_vs$tmp\unpack. We fortunately don't actually need the whole thing, and while there is certainly a lot more cleanup we can do, let's start with the ones that contain the >= 200 character paths. With this change, the longest path contained by the remaining MSIs is 126, which should be enough leeway for all users. Differential Revision: https://phabricator.services.mozilla.com/D175819 |
||
---|---|---|
.. | ||
generate_yaml.py | ||
vs2017.yaml | ||
vs2019.yaml |