Skip to content

Commit

Permalink
Update CI setup instructions (realm#4479)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored Oct 26, 2022
1 parent 7738f0c commit 9a305dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ To bring up a new Buildkite worker from MacStadium:
1. Install Homebrew: https://brew.sh
1. Install Buildkite agent and other tools via Homebrew:
`brew install aria2 bazelisk htop buildkite/buildkite/buildkite-agent robotsandpencils/made/xcodes`
1. Install latest Xcode version: `xcodes install 14.0.0`
1. Install latest Xcode version: `xcodes update && xcodes install 14.0.0`
1. Add `DANGER_GITHUB_API_TOKEN` and `HOME` to `/opt/homebrew/etc/buildkite-agent/hooks/environment`
1. Add `echo "build --remote_cache=grpc://<creds>@swiftlint-ci.jpsim.com:9092" > ci.bazelrc`
to `/opt/homebrew/etc/buildkite-agent/hooks/pre-command`, replacing `<creds>` with the
Expand Down

0 comments on commit 9a305dd

Please sign in to comment.