We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90ec2f9 + 84e2fd9 commit 225168eCopy full SHA for 225168e
1 file changed
BuildAutomation/BuildCloudbaseInitSetup.ps1
@@ -27,6 +27,9 @@ if ($platform -eq "x86") {
27
$platformVCVarsRequired = "x86"
28
}
29
30
+# Fix required to allow for >= 255 characters paths. Required for Python folder bundling.
31
+Set-ItemProperty "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1
32
+
33
SetVCVars $VCVars $platformVCVarsRequired
34
35
# Needed for SSH
0 commit comments