blob: 5ca8be3457e5f8a1448c1f505c5d2033a7cf70b3 [file] [log] [blame]
#!/bin/sh
export HOME=/var/root
export CC=$HOME/bin/clangwrap
export GO_BUILDER_ENV=host-ios-arm64-corellium-ios
export GOROOT_BOOTSTRAP=$HOME/go-ios-arm64-bootstrap
export PATH=$HOME/bin:$PATH
while true; do
$GOROOT_BOOTSTRAP/bin/go install golang.org/x/build/cmd/buildlet@latest
$HOME/go/bin/buildlet -reverse-type host-ios-arm64-corellium-ios -coordinator farmer.golang.org
sleep 1
done