Skip to content
Snippets Groups Projects
Commit 396a8a57 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Revert "Still need to drift, regardless of rebuild of tasks"

This reverts commit d5191f16.
parent d5191f16
Branches
Tags
1 merge request!267Mark tasks in drift2
......@@ -765,6 +765,9 @@ static void runner_do_drift(struct cell *c, struct engine *e) {
c->updated = 0;
c->g_updated = 0;
/* Should we abort as a rebuild has been triggered ? */
if (e->forcerebuild) return;
/* Do we need to drift ? */
if (!e->drift_all && !cell_is_drift_needed(c, ti_current)) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment