Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ed70a344
Commit
ed70a344
authored
Aug 08, 2019
by
Paul Monson
Committed by
Steve Dower
Aug 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)
parent
aa542c2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
Lib/test/libregrtest/win_utils.py
Lib/test/libregrtest/win_utils.py
+1
-0
Tools/buildbot/remoteDeploy.bat
Tools/buildbot/remoteDeploy.bat
+1
-0
No files found.
Lib/test/libregrtest/win_utils.py
View file @
ed70a344
...
...
@@ -25,6 +25,7 @@ class WindowsLoadTracker():
def
__init__
(
self
):
self
.
load
=
0.0
self
.
p
=
None
self
.
start
()
def
start
(
self
):
...
...
Tools/buildbot/remoteDeploy.bat
View file @
ed70a344
...
...
@@ -36,6 +36,7 @@ for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.pyd /b`) do @scp PCBuild\arm32\%%
for
/f
"USEBACKQ"
%%i
in
(
`dir PCbuild\arm32\*.dll /b`
)
do
@scp
PCBuild
\arm32\
%%i
"
%SSH_SERVER%
:
%REMOTE_PYTHON_DIR%
PCBuild\arm32"
scp
-r
"
%PYTHON_SOURCE%
Include"
"
%SSH_SERVER%
:
%REMOTE_PYTHON_DIR%
Include"
scp
-r
"
%PYTHON_SOURCE%
Lib"
"
%SSH_SERVER%
:
%REMOTE_PYTHON_DIR%
Lib"
scp
-r
"
%PYTHON_SOURCE%
Parser"
"
%SSH_SERVER%
:
%REMOTE_PYTHON_DIR%
Parser"
scp
-r
"
%PYTHON_SOURCE%
Tools"
"
%SSH_SERVER%
:
%REMOTE_PYTHON_DIR%
Tools"
scp
"
%PYTHON_SOURCE%
Modules\Setup"
"
%SSH_SERVER%
:
%REMOTE_PYTHON_DIR%
Modules"
scp
"
%PYTHON_SOURCE%
PC\pyconfig.h"
"
%SSH_SERVER%
:
%REMOTE_PYTHON_DIR%
PC"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment