You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I'm authoring a new rule to invoke a tool. This tool produces not only a single default output artifact file for each target using the rule, but also a bunch of other cached artifacts that would be reused and shared by other targets using the same rule. My conceptual difficulty is in how to specify the location of the shared cache (relative to buck-out somewhere?) in the rule definition. Is this possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let's say I'm authoring a new rule to invoke a tool. This tool produces not only a single default output artifact file for each target using the rule, but also a bunch of other cached artifacts that would be reused and shared by other targets using the same rule. My conceptual difficulty is in how to specify the location of the shared cache (relative to
buck-out
somewhere?) in the rule definition. Is this possible?Beta Was this translation helpful? Give feedback.
All reactions