| package: infra/tools/luci-auth/${platform} |
| description: auth is CLI for authentication. |
| 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: |
| - go.chromium.org/luci/auth/client/cmd/luci-auth |
| root: ../../go/bin |
| data: |
| - file: luci-auth${exe_suffix} |
| - version_file: .versions/luci-auth${exe_suffix}.cipd_version |