Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Side by Side Diff: build/packages/luci_machine_tokend.yaml

Issue 2095173002: Teach build.py to cross-compile go-based packages. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: prebuild stdlib Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/packages/logdog_cat.yaml ('k') | build/test_packages.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 package: infra/tools/luci/machine_tokend/${platform} 1 package: infra/tools/luci/machine_tokend/${platform}
2 description: luci_machine_tokend can generate machine access tokens 2 description: luci_machine_tokend can generate machine access tokens
3 builders: 3 builders:
4 - infra-continuous-mac-10.9-64 4 - infra-continuous-mac-10.9-64
5 - infra-continuous-precise-32 5 - infra-continuous-precise-32
6 - infra-continuous-precise-64 6 - infra-continuous-precise-64
7 - infra-continuous-win-32 7 - infra-continuous-win-32
8 - infra-continuous-win-64 8 - infra-continuous-win-64
9 go_packages:
10 - github.com/luci/luci-go/client/cmd/luci_machine_tokend
9 root: ../../go/bin 11 root: ../../go/bin
10 data: 12 data:
11 - file: luci_machine_tokend${exe_suffix} 13 - file: luci_machine_tokend${exe_suffix}
12 - version_file: .versions/luci_machine_tokend${exe_suffix}.cipd_version 14 - version_file: .versions/luci_machine_tokend${exe_suffix}.cipd_version
OLDNEW
« no previous file with comments | « build/packages/logdog_cat.yaml ('k') | build/test_packages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698