mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-02 14:04:22 +01: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>