serpent-os / tools

The home of moss (system state manager) and boulder (moss format build tool)
https://serpentos.com
137 stars 12 forks source link

crates/container: Ensure localhost networking is setup #306

Closed joebonrichie closed 3 months ago

joebonrichie commented 3 months ago

This fixes an issue where the sccache daemon could not start with networking disabled. Issue was not noticed as most rust projects do not vendor their dependencies.

ermo commented 3 months ago

If we do this as-is using ip, we'll need to rundep on it in the recipe for it?

joebonrichie commented 3 months ago

If we do this as-is using ip, we'll need to rundep on it in the recipe for it?

it's done before pivot_root to avoid forcing iproute2 into the container