Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Benjamin A. Beasley
a3605889d2 Rebuilt for gtest 1.17.0 2025-11-12 10:05:07 +00:00
Fedora Release Engineering
2d4e90d1f1 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 18:01:54 +00:00
Michel Lind
8595ee4fe2 Update to the 2025.02.03.00 tag; Fixes: RHBZ#2341686
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2025-02-07 14:59:42 -06:00
Fedora Release Engineering
75bbf0a908 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 13:10:31 +00:00
Michel Lind
049869bec6
Update to the 2024.08.19.00 tag
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2024-08-21 14:00:40 -05:00
Michel Lind
1741a377a7
Update to 2024.07.22.00
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2024-07-26 14:19:26 -05:00
Fedora Release Engineering
00ff326c12 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 18:50:27 +00:00
Michel Lind
11e1367e67
Update to 2024.02.19.00
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2024-02-24 08:26:47 -06:00
6 changed files with 67 additions and 5 deletions

4
.gitignore vendored
View file

@ -6,3 +6,7 @@
/cachelib-2023.10.09.00.tar.gz
/cachelib-2023.10.16.00.tar.gz
/cachelib-2024.01.22.00.tar.gz
/cachelib-2024.02.19.00.tar.gz
/cachelib-2024.07.22.00.tar.gz
/cachelib-2024.08.19.00.tar.gz
/cachelib-2025.02.03.00.tar.gz

View file

@ -0,0 +1,43 @@
--- a/cachelib/cachebench/CMakeLists.txt
+++ b/cachelib/cachebench/CMakeLists.txt
@@ -41,25 +41,6 @@ target_link_libraries(cachelib_cachebenc
gflags
)
-add_library (cachelib_binary_trace_gen
- ./runner/Runner.cpp
- ./runner/Stressor.cpp
- ./util/CacheConfig.cpp
- ./util/Config.cpp
- ./workload/BlockChunkCache.cpp
- ./workload/BlockChunkReplayGenerator.cpp
- ./workload/PieceWiseCache.cpp
- ./workload/OnlineGenerator.cpp
- ./workload/WorkloadGenerator.cpp
- ./workload/PieceWiseReplayGenerator.cpp
- )
-add_dependencies(cachelib_binary_trace_gen thrift_generated_files)
-target_link_libraries(cachelib_binary_trace_gen PUBLIC
- cachelib_datatype
- cachelib_allocator
- gflags
-)
-
if ((CMAKE_SYSTEM_NAME STREQUAL Linux) AND
(CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64))
else()
@@ -68,14 +49,11 @@ endif()
add_executable (cachebench main.cpp)
-add_executable (binary_trace_gen binary_trace_gen.cpp)
target_link_libraries(cachebench cachelib_cachebench)
-target_link_libraries(binary_trace_gen cachelib_binary_trace_gen)
install(
TARGETS
cachebench
- binary_trace_gen
DESTINATION ${BIN_INSTALL_DIR}
)

View file

@ -0,0 +1,11 @@
--- a/cachelib/navy/CMakeLists.txt
+++ b/cachelib/navy/CMakeLists.txt
@@ -105,7 +105,7 @@ if (BUILD_TESTS)
add_test (scheduler/tests/ThreadPoolJobSchedulerTest.cpp)
add_test (driver/tests/DriverTest.cpp)
if (NOT MISSING_FALLOCATE)
- add_test (common/tests/DeviceTest.cpp)
+# add_test (common/tests/DeviceTest.cpp)
endif()
add_test (block_cache/tests/AllocatorTest.cpp)
add_test (block_cache/tests/RegionManagerTest.cpp)

View file

@ -9,7 +9,7 @@
%bcond_with check
%global forgeurl https://github.com/facebook/CacheLib
%global tag 2024.01.22.00
%global tag 2025.02.03.00
%global date %(echo %{tag} | sed -e 's|.00$||' | sed -e 's|\\.||g')
# disable forge macro snapinfo generation
# https://pagure.io/fedora-infra/rpmautospec/issue/240
@ -26,7 +26,11 @@ Summary: Pluggable caching engine for scale high performance cache servic
License: Apache-2.0
URL: %forgeurl
Source0: %{url}/archive/v%{tag}/%{name}-%{tag}.tar.gz
Source: %{url}/archive/v%{tag}/%{name}-%{tag}.tar.gz
# DeviceTest needs common/FdpNvme.cpp. Disable for now
Patch: %{name}-fix-DeviceTest-FDP.diff
# incomplete dependencies, will sort out later
Patch: %{name}-disable-binary_trace_gen.diff
# needed on EL8; its gtest does not come with cmake files
Patch100: %{name}-find-gtest.patch
# Workaround for gcc issue (still needed on epel9 x86_64)

4
series
View file

@ -1,2 +1,2 @@
cachelib-find-gtest.patch
cachelib-workaround-gcc-epel9-x86_64-bz2108665.patch
cachelib-fix-DeviceTest-FDP.diff
cachelib-disable-binary_trace_gen.diff

View file

@ -1 +1 @@
SHA512 (cachelib-2024.01.22.00.tar.gz) = 9f58568f379a2f28f44526055820c75010af79cf65b8a800182ea3d218a0a158ffab9d9e93f9dcd07c5febc06bf74f4c92e15d26c26f4ef9cf6dc933bc3ec87d
SHA512 (cachelib-2025.02.03.00.tar.gz) = 439e4941ed0ab42916342d8e702c31def0ae36ef52153ebac9d6b8bb26e9a9cef677ba1352ec5ffb4b962db8cca54151cde534c54e4427df2820a63ffb862ecd