Searched refs:goroot (Results 1 – 4 of 4) sorted by relevance
14 goroot="$(target_tmpdir)/go"18 target_sh ${target} "rm -rf ${goroot}"19 target_sh ${target} "mkdir -p ${goroot}/pkg"24 target_cp "pkg/${pkgdir}_shared" ${target}:${goroot}/pkg25 target_sh ${target} "ln -s ${pkgdir}_shared ${goroot}/pkg/${pkgdir}"27 target_cp "pkg/${pkgdir}" ${target}:${goroot}/pkg30 target_cp "src" ${target}:${goroot}31 target_cp "lib" ${target}:${goroot}32 target_cp "test" ${target}:${goroot}
27 goroot="$(go_${target} env GOROOT)"28 if [[ "${PWD}" == ${goroot}/src/* ]]30 targetdir="${tmpdir}/go/src/${PWD#${goroot}/src/}"
15 def goroot(self): member in InfraApi20 return self.goroot.join('bin')30 'GOROOT': self.goroot,
11 -goroot=$(go env GOROOT)28 +goroot=$(go_target env GOROOT)29 if [ ! -d "$goroot" ]; then47 rm -rf pkg "${goroot}/${installdir}"