Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Dietrich
clang-hash
Commits
25f84c14
Commit
25f84c14
authored
Jan 27, 2017
by
Christian Dietrich
Browse files
experiments: reconfigure before python build
parent
be27e666
Pipeline
#3061
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
experiments/lib.py
View file @
25f84c14
...
...
@@ -76,6 +76,8 @@ class ClangHashHelper:
self
.
call_configure
(
path
)
if
self
.
project_name
()
in
(
'cpython'
,):
shell
(
"cd %s; mkdir -p build/Modules; cp -u Modules/Setup.dist build/Modules/Setup"
,
path
)
shell_failok
(
"cd %s/build; make config.status;"
,
path
)
def
call_make
(
self
,
path
):
...
...
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