Skip to content

Commit

Permalink
pkr: don't install mas and xcinfo, no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
paulolieuthier committed Sep 14, 2023
1 parent e247c28 commit b548a16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkr/runner.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build {
"HOMEBREW_INSTALL_FROM_API=1 /private/tmp/brew.sh",
"rm -Rfv /private/tmp/brew.sh",

"HOMEBREW_INSTALL_FROM_API=1 brew install jq mas skopeo xcinfo gh gnu-sed",
"HOMEBREW_INSTALL_FROM_API=1 brew install jq skopeo gh gnu-sed",

# don't install through brew because of installation errors
# "brew install --cask intel-haxm",
Expand All @@ -42,8 +42,6 @@ build {
"sudo bash haxm/silent_install.sh",
"rm -r haxm haxm.zip",

# "mas install 497799835",
# "xcinfo install ${var.xcode-version}",
"skopeo copy --debug --command-timeout 1h docker://docker.io/inloco/xcode:${var.xcode-version} dir:///private/tmp/Xcode.dir",
"tar -zxvf /private/tmp/Xcode.dir/$(jq -r '.layers[0].digest | split(\":\")[-1]' /private/tmp/Xcode.dir/manifest.json) -C /private/tmp",
"cd /Applications && xip -x /private/tmp/Xcode.xip",
Expand Down

0 comments on commit b548a16

Please sign in to comment.