Skip to content

Commit

Permalink
Install Rosetta on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 28, 2024
1 parent 2bad81a commit 8a4cab7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ steps:
agents:
queue: mac
command: |
echo "--- :macos: Install Rosetta to fix x64 xattr issue on arm64"
# Install Rosetta to try and address xattr architecture-based issue
# See https://buildkite.com/automattic/studio/builds/1543#01904ffb-8498-4d13-aa5a-e2b3c6dbb302
softwareupdate --install-rosetta --agree-to-license
.buildkite/commands/prepare-environment.sh
.buildkite/commands/install-node-dependencies.sh
Expand Down

0 comments on commit 8a4cab7

Please sign in to comment.