-
Notifications
You must be signed in to change notification settings - Fork 319
Expand file tree
/
Copy pathcachelib
More file actions
40 lines (35 loc) · 730 Bytes
/
cachelib
File metadata and controls
40 lines (35 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[manifest]
name = cachelib
fbsource_path = fbcode/cachelib
shipit_project = cachelib
shipit_fbcode_builder = true
[git]
repo_url = https://github.com/facebook/cachelib.git
[build]
builder = cmake
subdir = cachelib
job_weight_mib = 2048
[dependencies]
zlib
fizz
fmt
folly
fbthrift
googletest
sparsemap
wangle
zstd
mvfst
numa
libaio
dto
# cachelib also depends on openssl but since the latter requires a platform-
# specific configuration we rely on the folly manifest to provide this
# dependency to avoid duplication.
[shipit.pathmap]
fbcode/cachelib = cachelib
fbcode/cachelib/public_tld = .
[shipit.strip]
^fbcode/cachelib/examples(/|$)
^fbcode/cachelib/facebook(/|$)
^fbcode/cachelib/public_tld/website/docs/facebook(/|$)