| package: infra/tools/luci/vpython/${platform} |
| description: vpython is a VirtualEnv Python bootstrap tool. |
| platforms: |
| - linux-386 |
| - linux-amd64 |
| - linux-arm64 |
| - linux-armv6l |
| - linux-mips64 |
| - linux-ppc64 |
| - linux-ppc64le |
| - linux-s390x |
| - mac-amd64 |
| - windows-386 |
| - windows-amd64 |
| go_build_environ: |
| CGO_ENABLED: |
| darwin: 1 # native Go DNS resolved is buggy on OSX (crbug.com/803673) |
| linux: 0 # to avoid linking to system dynamic libraries |
| windows: 0 # we have no cgo toolchain on Windows |
| go_packages: |
| - infra/tools/vpython |
| root: ../../go/bin |
| data: |
| - file: vpython${exe_suffix} |
| generate_bat_shim: true |
| - version_file: .versions/vpython${exe_suffix}.cipd_version |