mirror of
https://github.com/python/cpython.git
synced 2025-11-09 22:16:39 +00:00
Issue #21059: Temporary measure to make the Windows buildbots useful again.
Hopefully.
This commit is contained in:
parent
1365de764e
commit
800cae3007
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
@rem Used by the buildbot "test" step.
|
@rem Used by the buildbot "test" step.
|
||||||
|
|
||||||
|
rem The following line should be removed before #20035 is closed
|
||||||
|
set TCL_LIBRARY=%CD%\..\tcltk64\lib\tcl8.6
|
||||||
cd PCbuild
|
cd PCbuild
|
||||||
call rt.bat -d -q -x64 -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9
|
call rt.bat -d -q -x64 -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
@rem Used by the buildbot "test" step.
|
@rem Used by the buildbot "test" step.
|
||||||
|
|
||||||
|
rem The following line should be removed before #20035 is closed
|
||||||
|
set TCL_LIBRARY=%CD%\..\tcltk\lib\tcl8.6
|
||||||
cd PCbuild
|
cd PCbuild
|
||||||
call rt.bat -d -q -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9
|
call rt.bat -d -q -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue