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
7df8c910
Commit
7df8c910
authored
Feb 04, 2017
by
Christian Dietrich
Browse files
musl: identified weird commit. Build that parent from scratch
parent
9e3dbba2
Pipeline
#3100
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
experiments/historical_build.py
View file @
7df8c910
...
...
@@ -127,6 +127,11 @@ class HistoricalCompilation(Experiment, ClangHashHelper):
"parent"
:
commit
[
1
],
"summary"
:
commit
[
2
]}
# Somehow this commit in musl is weird. It behaves
# totally different, if build with a fresh parent and
# a non-fresh parent. With this we are one the save side
if
commit
[
0
]
==
"416d1c7a711807384cc21a18163475cf757bbcb5"
:
last_failed
=
True
# First, we build the parent. In a total linear
# history, this is a NOP. Otherwise, we try to reset
# to the actual parent, and rebuild the project. This
...
...
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