]> Cypherpunks.ru repositories - gostls13.git/commit
misc/ios: evaluate symlinks before comparing GOROOT and GOPATH
authorElias Naur <mail@eliasnaur.com>
Fri, 1 Mar 2019 00:15:24 +0000 (01:15 +0100)
committerElias Naur <mail@eliasnaur.com>
Fri, 1 Mar 2019 00:54:35 +0000 (00:54 +0000)
commitaafa855fd3f50f8d5c69a9f0e1ff06c50cfdcd64
tree543272bdf4f5d230edce1588b065f68aac1d19ef
parentd96b7fbf98bfac4861cda1b5c17a002ce8d62aa5
misc/ios: evaluate symlinks before comparing GOROOT and GOPATH

CL 163726 added workarounds to keep the iOS builders happy in
a symlinked temporary dir.

The workarounds also made the tests more realistic and improved
performance. Keep them but also handle symlinks better in the
exec wrapper.

Change-Id: Iaa2c03a1a3fb3aa5aaf62d79d52b63d5d8f11db5
Reviewed-on: https://go-review.googlesource.com/c/164698
Reviewed-by: Bryan C. Mills <bcmills@google.com>
misc/ios/go_darwin_arm_exec.go