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:
committed by
Facebook Github Bot
parent
67cafd9054
commit
506f80638d
@@ -849,6 +849,8 @@ class CargoBuilder(BuilderBase):
|
||||
"""\
|
||||
[build]
|
||||
target-dir = '''{}'''
|
||||
[net]
|
||||
git-fetch-with-cli = true
|
||||
""".format(
|
||||
self.build_dir.replace("\\", "\\\\")
|
||||
)
|
||||
|
Reference in New Issue
Block a user