Skip to content

Commit

Permalink
chore: install vfkit
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Dec 19, 2024
1 parent ecbc223 commit 828b8c1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/e2e-ios-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,18 @@ jobs:

- name: Set up Podman and pull images in background
run: |
brew install podman podman-compose
sysctl -a | grep -E "kern.hv|vmm" || true
brew update
sudo pkill -f vmware
sudo pkill -f qemu
brew tap cfergeau/crc
brew install vfkit podman podman-compose
# Remove any existing machine and create new one
podman machine rm --force || true
podman machine init --cpus 4 --memory 4104 --disk-size 60 --now
PODMAN_LOG_LEVEL=debug podman machine init --cpus 4 --memory 4104 --disk-size 60 --now
podman machine logs
# podman machine start
# Verify machine status
Expand Down

0 comments on commit 828b8c1

Please sign in to comment.