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
52945b9b
Commit
52945b9b
authored
Jan 31, 2017
by
Christian Dietrich
Browse files
experiments: update configuration for postgres and bash
parent
dfa032f0
Pipeline
#3073
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
experiments/lib.py
View file @
52945b9b
...
...
@@ -80,7 +80,8 @@ class ClangHashHelper:
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
)
if
self
.
project_name
()
in
(
'postgresql'
,
'bash'
):
shell_failok
(
"cd %s; make config.status"
,
path
)
def
call_make
(
self
,
path
):
...
...
Write
Preview
Supports
Markdown
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