Benjamin Schubert pushed to branch bschubert/dont-cache-errors-from-host-tools at BuildStream / buildstream
Commits:
-
106e2a79
by Benjamin Schubert at 2018-11-08T18:28:33Z
1 changed file:
Changes:
... | ... | @@ -1601,7 +1601,7 @@ class Element(Plugin): |
1601 | 1601 |
if save_artifacts:
|
1602 | 1602 |
artifact_size = self._cache_artifact(rootdir, sandbox, context, collect)
|
1603 | 1603 |
else:
|
1604 |
- artifact_size = 0
|
|
1604 |
+ artifact_size = None
|
|
1605 | 1605 |
|
1606 | 1606 |
# Finally cleanup the build dir
|
1607 | 1607 |
cleanup_rootdir()
|