]> Cypherpunks.ru repositories - gostls13.git/commit
misc/ios: speed up the iOS exec wrapper
authorElias Naur <elias.naur@gmail.com>
Thu, 12 Apr 2018 18:33:47 +0000 (20:33 +0200)
committerElias Naur <elias.naur@gmail.com>
Thu, 12 Apr 2018 19:30:54 +0000 (19:30 +0000)
commit299b40b86dc4d71a269f063603c6654c56de6b80
tree8289b36c31de1b830e06181d86f332cb5e24467c
parent90fee59287394fb43823481e1d1bff0d5d7fb047
misc/ios: speed up the iOS exec wrapper

First, take the exclusive lock that ensures only one running binary
later: after assembling the gotest.app directory and signing it.

Second, don't pass -r to ios-deploy. The -r flag uninstalls the
app before installing it. It seems unnecessary, takes extra time
and if there was only the one developer app on the phone, it
will drop the developer permission on uninstall.

Change-Id: Ia222d3e5c2e1e2285f53074eb952941fd45fadd9
Reviewed-on: https://go-review.googlesource.com/106676
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
misc/ios/go_darwin_arm_exec.go