Skip to content

Commit 7d56d86

Browse files
apolukhinrobot-piglet
authored andcommitted
fix build: update dependencies for Alpine
No description --- Pull Request resolved: #1075 commit_hash:7b4a0ccacf69753977e4945cb884647c08d23f3c
1 parent ab98674 commit 7d56d86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-24.04
2727

2828
env:
29-
CMAKE_PROGRAM_PATH: /usr/lib/llvm17/bin
29+
CMAKE_PROGRAM_PATH: /usr/lib/llvm19/bin
3030
CMAKE_FLAGS: >-
3131
-DCMAKE_BUILD_TYPE=Debug
3232
-DCMAKE_CXX_STANDARD=17

cmake/SetupRocksDB.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cpmaddpackage(
3030
GITHUB_REPOSITORY
3131
facebook/rocksdb
3232
GIT_TAG
33-
v9.7.4
33+
v10.4.2
3434
OPTIONS
3535
"ROCKSDB_BUILD_SHARED OFF"
3636
"WITH_SNAPPY ON"

scripts/docs/en/deps/alpine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
benchmark-dev
22
boost1.84-dev
33
boost1.84-static
4-
clang17-extra-tools
4+
clang19-extra-tools
55
clang18
66
cmake
77
crypto++-dev

0 commit comments

Comments
 (0)