mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Build attach_linux_*.so for manylinux1 using the official containers from PyPA.
This commit is contained in:
parent
2a2c371d98
commit
d9ca878cd2
4 changed files with 13 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
@echo off
|
||||
|
||||
pushd %~dp0
|
||||
rd /s /q build dist
|
||||
del /s /q *.pyc
|
||||
del /s /q *.pyo
|
||||
for /d /r %%i in (__pycache__.*) do rd "%%i"
|
||||
|
|
@ -8,8 +9,10 @@ popd
|
|||
|
||||
pushd %~dp0\src
|
||||
del /s /q *.pyd
|
||||
del /s /q *-linux-gnu.so
|
||||
popd
|
||||
|
||||
pushd %~dp0\tests
|
||||
del /s /q *.pyd
|
||||
del /s /q *-linux-gnu.so
|
||||
popd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue