mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-17 13:21:04 +03:00
Migrate from Folly Format to fmt
Summary: Migrate from Folly Format to fmt which provides smaller compile times and per-call binary code size. Reviewed By: alandau Differential Revision: D14954926 fbshipit-source-id: 9d2c39e74a5d11e0f90c8ad0d71b79424c56747f
This commit is contained in:
committed by
Facebook Github Bot
parent
6e63150243
commit
a6417f1e52
@@ -7,6 +7,7 @@ from __future__ import unicode_literals
|
|||||||
|
|
||||||
import specs.folly as folly
|
import specs.folly as folly
|
||||||
import specs.fizz as fizz
|
import specs.fizz as fizz
|
||||||
|
import specs.fmt as fmt
|
||||||
import specs.rsocket as rsocket
|
import specs.rsocket as rsocket
|
||||||
import specs.sodium as sodium
|
import specs.sodium as sodium
|
||||||
import specs.wangle as wangle
|
import specs.wangle as wangle
|
||||||
@@ -22,7 +23,7 @@ def fbcode_builder_spec(builder):
|
|||||||
ShellQuoted('$(git describe --abbrev=0 --tags)')
|
ShellQuoted('$(git describe --abbrev=0 --tags)')
|
||||||
)
|
)
|
||||||
return {
|
return {
|
||||||
'depends_on': [folly, fizz, sodium, rsocket, wangle, zstd],
|
'depends_on': [folly, fizz, fmt, sodium, rsocket, wangle, zstd],
|
||||||
'steps': [
|
'steps': [
|
||||||
# This isn't a separete spec, since only fbthrift uses mstch.
|
# This isn't a separete spec, since only fbthrift uses mstch.
|
||||||
builder.github_project_workdir('no1msd/mstch', 'build'),
|
builder.github_project_workdir('no1msd/mstch', 'build'),
|
||||||
|
Reference in New Issue
Block a user