Skip to content

Commit

Permalink
pod-install arch -x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 22, 2023
1 parent 75373e7 commit 1d09a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ watchman-clean: ##@prepare Delete repo directory from watchman

pod-install: export TARGET := ios
pod-install: ##@prepare Run 'pod install' to install podfiles and update Podfile.lock
cd ios && pod deintegrate && pod install; cd --
cd ios && pod deintegrate && arch -x86_64 pod install; cd --

update-fleets: ##@prepare Download up-to-date JSON file with current fleets state
curl -s https://fleets.status.im/ \
Expand Down
1 change: 1 addition & 0 deletions ci/Jenkinsfile.ios
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pipeline {
sh 'arch'
sh 'make xcode-clean-workspace'
sh 'make xcode-clean-derived-data'
sh 'make pod-install'
}
}
}
Expand Down

0 comments on commit 1d09a34

Please sign in to comment.