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

Side by Side Diff: build/packages/dispatcher.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/cloudtail.yaml ('k') | build/packages/infra_python.yaml » ('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/monitoring/dispatcher/${platform} 1 package: infra/monitoring/dispatcher/${platform}
2 description: dispatcher binary. 2 description: dispatcher binary.
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 go_packages:
8 - infra/monitoring/dispatcher
7 root: ../../go/bin 9 root: ../../go/bin
8 data: 10 data:
9 - file: dispatcher${exe_suffix} 11 - file: dispatcher${exe_suffix}
10 # TODO: also gatekeeper config etc 12 # TODO: also gatekeeper config etc
OLDNEW
« no previous file with comments | « build/packages/cloudtail.yaml ('k') | build/packages/infra_python.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698