Skip to content

Commit

Permalink
use --spawn_strategy=processwrapper-sandbox
Browse files Browse the repository at this point in the history
virt-v2v and ovirt-populator podman build is broken without it

Signed-off-by: Benny Zlotnik <[email protected]>
  • Loading branch information
bennyz authored and ahadas committed Aug 6, 2023
1 parent 32195a5 commit 4fe5f9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ build --action_env=OVA_PROVIDER_SERVER_IMAGE=quay.io/kubev2v/forklift-ova-provid
# sandboxes. Use slightly less secure but working processwrapper sandbox.
# NOTE: Same configuration is in virt-v2v/cold/.bazelrc.
build --strategy_regexp="Action appliance/libguestfs-appliance.tar"=processwrapper-sandbox

# For populator images, we need to use processwrapper sandbox as well
build --strategy_regexp="Action ovirt-populator-image"=processwrapper-sandbox

0 comments on commit 4fe5f9e

Please sign in to comment.