We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1539d86 + 077b41f commit 74bb2c9Copy full SHA for 74bb2c9
.github/workflows/kvrocks.yaml
@@ -40,7 +40,7 @@ jobs:
40
docs_only: ${{ steps.result.outputs.docs_only }}
41
steps:
42
- uses: actions/checkout@v4
43
- - uses: dorny/paths-filter@v3
+ - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
44
id: changes
45
with:
46
filters: .github/config/changes.yml
CMakeLists.txt
@@ -20,6 +20,8 @@ project(kvrocks
20
DESCRIPTION "NoSQL which is based on RocksDB and compatible with the Redis protocol"
21
LANGUAGES C CXX)
22
23
+set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
24
+
25
option(DISABLE_JEMALLOC "disable use of the jemalloc library" OFF)
26
option(ENABLE_ASAN "enable address sanitizer" OFF)
27
option(ENABLE_TSAN "enable thread sanitizer" OFF)
0 commit comments