mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
bootstrap: Don't try to install Windows Python with ./mach bootstrap
(#30988)
It doesn't make sense to try to install Python using `./mach bootstrap` since it needs Python to run. Instead separate out Python installation into its own step in the README.
This commit is contained in:
parent
0dbba9b6ff
commit
51c91d2881
2 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,5 @@
|
|||
<package id="llvm"/>
|
||||
<package id="wixtoolset" version="3.11.2"/>
|
||||
<package id="ninja"/>
|
||||
<package id="python"/>
|
||||
<package id="python3-virtualenv"/>
|
||||
<package id="visualstudio2019buildtools" packageParameters="--add Microsoft.VisualStudio.Component.Roslyn.Compiler --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.CoreBuildTools --add Microsoft.VisualStudio.Workload.MSBuildTools --add Microsoft.VisualStudio.Component.Windows10SDK --add Microsoft.VisualStudio.Component.Windows10SDK.20348 --add Microsoft.VisualStudio.Component.VC.CoreBuildTools --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.VC.Redist.14.Latest --add Microsoft.VisualStudio.Component.VC.ATL --add Microsoft.VisualStudio.Component.VC.ATLMFC --add Microsoft.VisualStudio.Component.TextTemplating --add Microsoft.VisualStudio.Component.VC.CoreIde --add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core --add Microsoft.VisualStudio.Workload.VCTools" />
|
||||
</packages>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue