How to prevent build to end up in local cache? #1807
Unanswered
ocroquette
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
when I build a recipe, the output is copied in the local cache, e.g. on Windows:
This is a probably a good thing for final or external recipes, but it can also be unwanted, for instance when developing a new recipe, or when it is built on a CI server for later upload (or not). It can create some nasty side effects. Is there a way to prevent this copy? Maybe it would even make sense to separate
build
andinstall
?Beta Was this translation helpful? Give feedback.
All reactions