Commit cff3ea27 authored by Marc-Antoine Ruel's avatar Marc-Antoine Ruel Committed by Commit Bot

Map isolated and swarming Go binaries

As part of issue 894048 we'll probably unmap them and have another mean
to map the binaries, but in the meantime this is the first step towards
migrating to the Go binaries.

R=iannucci@chromium.org

Bug: 894045
Change-Id: I40c22997e8948a23a2a56e368b1cea55df0d5ab4
Reviewed-on: https://chromium-review.googlesource.com/c/1286748Reviewed-by: default avatarRobbie Iannucci <iannucci@chromium.org>
Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601292}
parent f79efe65
......@@ -391,6 +391,14 @@ deps = {
'package': 'infra/tools/luci/isolate/${{platform}}',
'version': 'git_revision:bc125484b8513898f17bc2501ac5e95330f44a3b',
},
{
'package': 'infra/tools/luci/isolated/${{platform}}',
'version': 'git_revision:bc125484b8513898f17bc2501ac5e95330f44a3b',
},
{
'package': 'infra/tools/luci/swarming/${{platform}}',
'version': 'git_revision:bc125484b8513898f17bc2501ac5e95330f44a3b',
},
],
'dep_type': 'cipd',
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment