Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
160bb77
Updating submodules
Feb 16, 2023
ba8d6b0
Updating submodules
Feb 16, 2023
ba9dd68
Change some of the stats to rate
haowu14 Feb 17, 2023
ad8bfd6
Updating submodules
Feb 17, 2023
bdad762
Updating submodules
Feb 18, 2023
b42327a
Updating submodules
Feb 19, 2023
0d49b53
Updating submodules
Feb 20, 2023
bb2d1c6
Updating submodules
Feb 21, 2023
c167a83
Updating submodules
Feb 21, 2023
32ed439
Return replacedPtr from InsertOrReplace API
Feb 21, 2023
dd0af61
Updating submodules
Feb 21, 2023
cce19ea
Updating submodules
Feb 22, 2023
6357906
Pin fmt version at 8.0.1 (#196)
wonglkd Feb 24, 2023
a925737
KVReplayGenerator: parse GET_LEASE and SET_LEASE operations
Feb 25, 2023
f7e13a4
Update @braintree/sanitize-url version
Feb 27, 2023
70ff91f
Add missing numa deps for fedora, rocky, arch (#197)
wonglkd Feb 27, 2023
6ad7a31
fbcode/cachelib/allocator/datastruct/serialize
Feb 27, 2023
df5b9f6
Run Github Actions on pull requests (#198)
wonglkd Feb 28, 2023
e8151ad
Add a custom deleter class to access the Item Handle
Feb 28, 2023
9827818
fix flaky tests in NvmCacheTests
Feb 28, 2023
9447a8a
Added PM9A3 support for Cachebench Write Bytes Calculations
Mar 1, 2023
293118b
Fix XDCHECK regression in lambda for gcc-8.x (#201)
wonglkd Mar 1, 2023
f853a42
Get or update object TTL via object shared_ptr
Mar 1, 2023
c120a53
Remove isWriteHandle() API
Mar 2, 2023
7785d24
Edit Cachebench_FB_HW_eval.md using inpage editor
Mar 2, 2023
185bbe6
Fix Debian GitHub build & zstd CMake error (#200)
wonglkd Mar 2, 2023
968533f
fix broken installation page link
Mar 3, 2023
496ed37
fix another broken installation page link in index.js
Mar 3, 2023
67d2d8b
temporarily disable PackIt (#205)
michel-slm Mar 5, 2023
115732a
Edit Overview_A_random_walk_down_the_Cache_Library.md using inpage ed…
Mar 6, 2023
17bdc18
fbcode/cachelib/experimental/objcache2/persistence
Mar 7, 2023
e679b72
README.md: added build status badges to main README.md
Mar 7, 2023
43a7ce3
Fix Bug in ItemValue handling in CacheBench
Mar 8, 2023
872d61a
fbcode/cachelib/benchmarks
Mar 9, 2023
ffa5470
fbcode/cachelib/allocator/datastruct/tests
Mar 9, 2023
1031b13
fbcode/cachelib/experimental/objcache2/tests
Mar 9, 2023
d92910b
fbcode/cachelib/experimental/objcache/tests
Mar 9, 2023
1e05a16
fbcode/cachelib/navy/serialization
Mar 9, 2023
0bc9f66
Introduce 'markedForEviction' state for the Item. (#183)
igchor Mar 9, 2023
0bdb935
fbcode/cachelib/allocator/serialize
Mar 9, 2023
99a05d3
fbcode/cachelib/experimental/objcache
Mar 9, 2023
d1ff29c
fbcode/cachelib/
Mar 10, 2023
3a8d8b4
Add extra notes for object-cache find APIs
Mar 13, 2023
47e5632
Add memory usage statistics for allocation classes
igchor Jul 6, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing numa deps for fedora, rocky, arch (facebook#197)
Summary:
Fix OSS builds by adding numa deps to build files. Currently some fail on missing `numa.h`.

Context: facebook#161 added the dependencies to the centOS, debian, and ubuntu18 build files. The PR was opened in Sep 2022 but only landed in Dec 2022, and so probably missed out on the fedora, rocky and arch build files which were added in-between those dates. Having had those build actions run on PRs would have caught this (currently, they are only scheduled.)

Pull Request resolved: facebook#197

Test Plan: Github Actions builds (ideally, facebook#198 would be landed first.) I've checked that those packages exist for the respective repositories but didn't run them myself.

Reviewed By: jaesoo-fb

Differential Revision: D43587970

Pulled By: jiayuebao

fbshipit-source-id: 8c59e48528042350e576a45ffc3bf2520699f5a9
  • Loading branch information
wonglkd authored and facebook-github-bot committed Feb 27, 2023
commit 70ff91f9558fb17e67003e272d2b75df5317d6bc
1 change: 1 addition & 0 deletions contrib/prerequisites-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ sudo pacman -S --needed --noconfirm cmake \
boost \
double-conversion \
libdwarf \
numactl \
libsodium
1 change: 1 addition & 0 deletions contrib/prerequisites-fedora32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ sudo dnf -y install bison flex patch bzip2 cmake \
zlib-devel lz4-devel xz-devel bzip2-devel \
jemalloc-devel snappy-devel libsodium-devel libdwarf-devel libaio-devel \
gmock-devel gflags-devel gtest gtest-devel \
numactl-devel \
fmt fmt-devel

# DO NOT INSTALL glog-devel - need to build from source for the glog-*.cmake files
3 changes: 2 additions & 1 deletion contrib/prerequisites-fedora34.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ sudo dnf -y install bison flex patch bzip2 cmake \
double-conversion double-conversion-devel make g++ \
boost-devel libevent-devel openssl-devel libunwind-devel \
zlib-devel lz4-devel xz-devel bzip2-devel \
jemalloc-devel snappy-devel libsodium-devel libdwarf-devel libaio-devel
jemalloc-devel snappy-devel libsodium-devel libdwarf-devel libaio-devel \
numactl-devel
3 changes: 2 additions & 1 deletion contrib/prerequisites-rocky9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ sudo dnf install -y \
jemalloc-devel \
libsodium-devel \
libaio-devel \
binutils-devel
binutils-devel \
numactl-devel


sudo dnf install -y \
Expand Down