summaryrefslogtreecommitdiff
path: root/src/buildstream/_stream.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-01-22 17:04:13 +0100
committerJürg Billeter <j@bitron.ch>2020-02-11 21:08:59 +0100
commit04c00da690bce67bd937a71dce5d84a338a0521f (patch)
tree1761ddfa82253786d7917aaf63d2fd30b8a3a797 /src/buildstream/_stream.py
parent7cd62cbc6e663890a87fad50b224671297e950c3 (diff)
downloadbuildstream-04c00da690bce67bd937a71dce5d84a338a0521f.tar.gz
_workspaces.py: Drop `prepared`
This will no longer be used in incremental builds. Successful configure commands will be recorded with a marker file in the buildtree of the last build artifact.
Diffstat (limited to 'src/buildstream/_stream.py')
-rw-r--r--src/buildstream/_stream.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildstream/_stream.py b/src/buildstream/_stream.py
index 18297c2e4..0687226ef 100644
--- a/src/buildstream/_stream.py
+++ b/src/buildstream/_stream.py
@@ -930,7 +930,6 @@ class Stream:
workspace_path = workspace.get_absolute_path()
if soft:
- workspace.prepared = False
workspace.last_successful = None
self._message(
MessageType.INFO, "Reset workspace state for {} at: {}".format(element.name, workspace_path)