1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-07 07:02:53 +03:00

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
This commit is contained in:
Lukas Piatkowski
2020-01-02 11:06:57 -08:00
committed by Facebook Github Bot
parent 67cafd9054
commit 506f80638d

View File

@@ -849,6 +849,8 @@ class CargoBuilder(BuilderBase):
"""\
[build]
target-dir = '''{}'''
[net]
git-fetch-with-cli = true
""".format(
self.build_dir.replace("\\", "\\\\")
)