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
ace02f24
Commit
ace02f24
authored
Jan 27, 2017
by
Christian Dietrich
Browse files
experiments: don't build last commit of bash
parent
4c715b34
Pipeline
#3059
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
experiments/historical_build.py
View file @
ace02f24
...
...
@@ -49,7 +49,7 @@ class HistoricalCompilation(Experiment, ClangHashHelper):
self
.
rebuild
(
src_path
,
info
,
True
)
# Did initial commit fail? Try again
if
info
.
get
(
"failed"
):
logging
.
info
(
"Parent[%s^]: failed"
commit
)
logging
.
info
(
"Parent[%s^]: failed"
,
commit
)
return
False
return
True
else
:
...
...
@@ -114,6 +114,10 @@ class HistoricalCompilation(Experiment, ClangHashHelper):
if
not
commit
:
commit
=
commits
.
pop
(
0
)
# Bash initial commit
if
commit
[
0
]
==
"726f63884db0132f01745f1fb4465e6621088ccf"
:
continue
info
=
{
"commit"
:
commit
[
0
],
"summary"
:
commit
[
2
]}
# First, we build the parent. In a total linear
...
...
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