Commit 99642ef2 authored by Lukas Piatkowski's avatar Lukas Piatkowski Committed by Facebook Github Bot

rust-shed: move stats to the shed

Summary: This change also introduces a dummy no-op stats implementation for non-fbcode builds.

Reviewed By: farnz

Differential Revision: D19193954

fbshipit-source-id: f513368a2387987bf129ddf935217c90b7c84f2a
parent 96c62e34
...@@ -849,6 +849,8 @@ class CargoBuilder(BuilderBase): ...@@ -849,6 +849,8 @@ class CargoBuilder(BuilderBase):
"""\ """\
[build] [build]
target-dir = '''{}''' target-dir = '''{}'''
[net]
git-fetch-with-cli = true
""".format( """.format(
self.build_dir.replace("\\", "\\\\") self.build_dir.replace("\\", "\\\\")
) )
......
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