Skip to content

Commit 3ecc9ef

Browse files
committed
Use net=host in pepsi build with podman
1 parent 7f68913 commit 3ecc9ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/repository/src/cargo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ impl Cargo {
135135
--volume={root}:/hulk:z \
136136
--volume={cargo_home}/git:/root/.cargo/git:z \
137137
--volume={cargo_home}/registry:/root/.cargo/registry:z \
138+
--net=host \
138139
--rm \
139140
--interactive \
140141
--pull=never \

0 commit comments

Comments
 (0)