We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ddc52 commit 9f0f6adCopy full SHA for 9f0f6ad
src/build.cc
@@ -846,7 +846,7 @@ bool Builder::StartEdge(Edge* edge, string* err) {
846
847
status_->BuildEdgeStarted(edge, start_time_millis);
848
849
- TimeStamp build_start = -1;
+ TimeStamp build_start = config_.dry_run ? 0 : -1;
850
851
// Create directories necessary for outputs and remember the current
852
// filesystem mtime to record later
0 commit comments