[Notes] [Git][BuildStream/buildstream][bschubert/dont-cache-errors-from-host-tools] fixup! fixup! Don't cache sandbox errors



Title: GitLab

Benjamin Schubert pushed to branch bschubert/dont-cache-errors-from-host-tools at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/element.py
    ... ... @@ -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()
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]