Function lal::stash [] [src]

pub fn stash<T: CachedBackend + ?Sized>(
    backend: &T,
    mf: &Manifest,
    name: &str
) -> LalResult<()>

Saves current build ./OUTPUT to the local cache under a specific name

This tars up /OUTPUT similar to how build is generating a tarball, then copies this to ~/.lal/cache/stash/${name}/.

This file can then be installed via update using a component=${name} argument.