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
cac85400
Commit
cac85400
authored
Jan 12, 2017
by
Christian Dietrich
Browse files
inc_rebuild: not break after first build
parent
e3d2fed6
Pipeline
#2985
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
experiments/incremental_rebuild.py
View file @
cac85400
...
...
@@ -128,7 +128,6 @@ class IncrementalCompilation(Experiment):
for
fn
in
self
.
get_sources
(
src_path
):
self
.
touch
(
fn
)
self
.
rebuild
(
src_path
,
fn
)
break
# Output the summary of this build into the statistics file.
with
open
(
self
.
stats
.
path
,
"w+"
)
as
fd
:
...
...
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