Skip to main content

build

Function build 

Source
pub fn build(
    architecture: &Architecture,
    entries: &[CacheEntry],
) -> Option<Vec<u8>>
Expand description

Build a glibc-ld.so.cache1.1 image for entries.

Returns None for a target this function cannot encode faithfully, so the caller can fall back to reporting the problem instead of writing a cache the loader would reject.