Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions src/commands/setup_macos_executor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@ steps:
touch .watchmanconfig
node -v

# Ideally we would do this using Homebrew above, but we need a specific revision due to this issue:
# https://github.com/facebook/FBSimulatorControl/pull/508
- run:
name: Install FBSimulatorControl
command: |
cd /tmp
git clone https://github.com/facebook/FBSimulatorControl.git FBSimulatorControl
cd FBSimulatorControl
git checkout 778f9825cb82aabac82f1ed474f1dba1e0276211
./build.sh fbsimctl build >/dev/null
cp -r build/Build/Products/Debug/* /usr/local/bin
which fbsimctl

- save_cache:
paths:
- /usr/local/Homebrew
Expand Down