Commits on Source (2)
-
Phillip Smyth authored
tests/completions/completions.py: Adding caching build tree flag to list of recognised flags in test _frontend/cli.py: Adding caching build tree flags to cli _artifactcache/artifactcache.py: Adding abstract get_buildtree_dir function _artifactcache/cascache.py: Adding get_buildtree_dir function element.py: Adding function to return build tree path Adding functionality to allow the use of a cached build tree in a workspace _stream.py: Adding staging of cached build tree
-
Phillip Smyth authored
tests/integration/workspace.py: Adding tests for caching of build tree and using them in a workspace Adding Makefiles Updating expected keys
Showing
- buildstream/_artifactcache/artifactcache.py 16 additions, 1 deletionbuildstream/_artifactcache/artifactcache.py
- buildstream/_artifactcache/cascache.py 7 additions, 2 deletionsbuildstream/_artifactcache/cascache.py
- buildstream/_frontend/cli.py 17 additions, 5 deletionsbuildstream/_frontend/cli.py
- buildstream/_stream.py 69 additions, 18 deletionsbuildstream/_stream.py
- buildstream/element.py 7 additions, 0 deletionsbuildstream/element.py
- tests/integration/project/files/workspace-no-existing-cached-buildtree/Makefile 2 additions, 0 deletions...ect/files/workspace-no-existing-cached-buildtree/Makefile
- tests/integration/project/files/workspace-use-cached-buildtree/Makefile 2 additions, 0 deletions...ion/project/files/workspace-use-cached-buildtree/Makefile
- tests/integration/workspace.py 117 additions, 0 deletionstests/integration/workspace.py