From 8911a3b0d1d3d0a388446dad6ae0357ceda5ad54 Mon Sep 17 00:00:00 2001 From: Dan Caseley Date: Wed, 22 Jul 2020 11:03:18 +0100 Subject: [PATCH] Don't install simulator utils for building --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47c12960e..807836c9f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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