mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 18:58:36 +00:00
The CI runner fails to clone the git crates as it probably is confused about its CARGO_HOME value. That prevents vendoring to succeed as the runner has nothing to copy over to the vendoring code. We fix that by temporarily setting CARGO_HOME to tmpfs, only for the vendoring step. It's hackish. Signed-off-by: Samuel Ortiz <s.ortiz@apple.com>