You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2021/10/08 06:17:25 UTC

[GitHub] [buildstream] gtristan opened a new issue #1521: Support `--except` argument in `bst artifact *` commands

gtristan opened a new issue #1521:
URL: https://github.com/apache/buildstream/issues/1521


   Currently we consistently support the `--except` argument in any command which supports the `--deps` argument, except for the `bst build` command where it would not make sense.
   
   For artifact commands, this is a little more tricky as we accept artifact names and we cannot reliably construct the entire build graph (as some artifacts in the tree might be remote, and we don't have the declarations for the originating elements on hand).
   
   This issue is an acknowledgement of this shortcoming, perhaps there is a middle ground which can be reached where `bst artifact` commands can support `--except` only for targets specified by their in-tree element names.
   
   This is marginally related to #1411 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org