Skip to content

Commit 74bb2c9

Browse files
authored
Merge branch 'unstable' into minor-fix-flacky
2 parents 1539d86 + 077b41f commit 74bb2c9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/kvrocks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
docs_only: ${{ steps.result.outputs.docs_only }}
4141
steps:
4242
- uses: actions/checkout@v4
43-
- uses: dorny/paths-filter@v3
43+
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
4444
id: changes
4545
with:
4646
filters: .github/config/changes.yml

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ project(kvrocks
2020
DESCRIPTION "NoSQL which is based on RocksDB and compatible with the Redis protocol"
2121
LANGUAGES C CXX)
2222

23+
set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
24+
2325
option(DISABLE_JEMALLOC "disable use of the jemalloc library" OFF)
2426
option(ENABLE_ASAN "enable address sanitizer" OFF)
2527
option(ENABLE_TSAN "enable thread sanitizer" OFF)

0 commit comments

Comments
 (0)