diff options
author | Valentin David <valentin.david@codethink.co.uk> | 2019-11-20 15:35:53 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-11-26 15:46:33 +0000 |
commit | 3c093d1f15e2400230d332cd3baf3d2d850f1279 (patch) | |
tree | c2a130182950e3dd035030e2b0ddf85ab7cdc3ca /src/buildstream/plugins | |
parent | 23c0e689a319f876f62d7e581974cdeeb52c29b8 (diff) | |
download | buildstream-3c093d1f15e2400230d332cd3baf3d2d850f1279.tar.gz |
compose: Allow compose elements to run integration commands
Diffstat (limited to 'src/buildstream/plugins')
-rw-r--r-- | src/buildstream/plugins/elements/compose.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buildstream/plugins/elements/compose.py b/src/buildstream/plugins/elements/compose.py index 063c5d44f..3ac5dec8d 100644 --- a/src/buildstream/plugins/elements/compose.py +++ b/src/buildstream/plugins/elements/compose.py @@ -58,9 +58,6 @@ class ComposeElement(Element): # This plugin has been modified to avoid the use of Sandbox.get_directory BST_VIRTUAL_DIRECTORY = True - # Compose elements do not run any commands - BST_RUN_COMMANDS = False - def configure(self, node): node.validate_keys(["integrate", "include", "exclude", "include-orphans"]) |