Don't install simulator utils for building

This commit is contained in:
Dan Caseley 2020-07-22 11:03:18 +01:00 committed by GitHub
parent d78cfd59c3
commit 8911a3b0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -166,7 +166,7 @@ commands:
command: |
echo $(git rev-parse HEAD:app) > "./app-git-revision.txt"
- save_cache:
key: iOSDetoxRelease-{{ checksum "yarn.lock" }}-{{ checksum "ios/Podfile.lock" }}-{{ checksum "./app-git-revision.txt" }}
key: iOSDetoxRelease-v2-{{ checksum "yarn.lock" }}-{{ checksum "ios/Podfile.lock" }}-{{ checksum "./app-git-revision.txt" }}
paths:
- ios/build/Build/Products/Release-iphonesimulator/RocketChatRN.app
@ -178,7 +178,7 @@ commands:
command: |
echo $(git rev-parse HEAD:app) > "./app-git-revision.txt"
- restore_cache:
key: iOSDetoxRelease-{{ checksum "yarn.lock" }}-{{ checksum "ios/Podfile.lock" }}-{{ checksum "./app-git-revision.txt" }}
key: iOSDetoxRelease-v2-{{ checksum "yarn.lock" }}-{{ checksum "ios/Podfile.lock" }}-{{ checksum "./app-git-revision.txt" }}
did-restore-app-cache:
description: Tests to see if an app was restored from the restore-app-cache job
@ -246,8 +246,6 @@ jobs:
- install-node
- install-apple-sim-utils
- install-npm-modules
- rebuild-detox