Skip to main content

ARTIFACT_LOCK_FILE

Constant ARTIFACT_LOCK_FILE 

Source
pub const ARTIFACT_LOCK_FILE: &str = "bundle-lock.json";
Expand description

Lock filename used by the normalized artifact layout written into a .gtbundle (see build::export::write_normalized_build_dir). Holds the identical BundleLock payload as LOCK_FILE; only the name differs.