1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-09-15 12:21:05 +03:00
Files
Ivan Morett 92575550c1 migrating from folly::format to fmt::format (#175)
Summary:
X-link: https://github.com/facebookincubator/katran/pull/175

While working in fixing the build a message of folly::format being deprecated continously appeared, so doing the migration to remove the noise.

Reviewed By: avasylev

Differential Revision: D39898942

fbshipit-source-id: 45a79c7b8b714b720d86de7a94f50a21f415ab8f
2022-10-24 10:11:45 -07:00

42 lines
553 B
Plaintext

[manifest]
name = katran
fbsource_path = fbcode/katran
shipit_project = katran
shipit_fbcode_builder = true
[git]
repo_url = https://github.com/facebookincubator/katran.git
[build.not(os=linux)]
builder = nop
[build.os=linux]
builder = cmake
subdir = .
[cmake.defines.test=on]
BUILD_TESTS=ON
[cmake.defines.test=off]
BUILD_TESTS=OFF
[dependencies]
folly
fizz
libbpf
libmnl
zlib
googletest
fmt
[debs]
libssl-dev
[shipit.pathmap]
fbcode/katran/public_root = .
fbcode/katran = katran
[shipit.strip]
^fbcode/katran/facebook
^fbcode/katran/OSS_SYNC