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 2022/08/16 07:38:41 UTC

[GitHub] [buildstream] gtristan commented on pull request #1719: WIP: Allow artifact names in bst shell

gtristan commented on PR #1719:
URL: https://github.com/apache/buildstream/pull/1719#issuecomment-1216261907

   I've added some more testing to this branch (locally), as I was trying to see what happens when you try `bst shell <artifact-name>`, instead of using a build tree.
   
   But I encountered:
   ```
   Error launching shell: Error: '--deps run' is not supported for artifact names
   ```
   
   This is correct because we don't encode runtime dependencies into artifacts (which necessary by design), so I conclude that we cannot support shelling into artifact names except for when running build shells.
   
   I will add a more convenient user facing error in the case the user has attempted to launch a shell on an artifact name without specifying `--build` and `--use-buildtree`.
   


-- 
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