mirror of
https://github.com/python/cpython.git
synced 2026-03-27 07:00:54 +00:00
Don't run kill_python as part of the build process. Change the buildbots so they have to call it explicitly instead.
This commit is contained in:
parent
28112d0cb6
commit
5a4d66824a
4 changed files with 18 additions and 24 deletions
|
|
@ -77,8 +77,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Killing existing Python processes..."
|
||||
CommandLine=""$(KillPythonExe)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
|
@ -140,8 +138,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Killing existing Python processes..."
|
||||
CommandLine=""$(KillPythonExe)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
|
@ -202,8 +198,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Killing existing Python processes..."
|
||||
CommandLine=""$(KillPythonExe)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
|
@ -265,8 +259,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Killing existing Python processes..."
|
||||
CommandLine=""$(KillPythonExe)""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue