Skip to content

Commit

Permalink
[feat] Upgrade openssl.
Browse files Browse the repository at this point in the history
Signed-off-by: Ketor <[email protected]>
  • Loading branch information
ketor committed Jan 23, 2025
1 parent 46aa7d8 commit e6d8b36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ ExternalProject_Add(liburing
INSTALL_COMMAND $(MAKE) install
)

# used by fs
# used by fs and db
ExternalProject_Add(rocksdb
PREFIX rocksdb
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/rocksdb"
Expand All @@ -505,6 +505,7 @@ ExternalProject_Add(rocksdb
-DWITH_CORE_TOOLS=OFF
-DWITH_TOOLS=OFF
-DWITH_TRACE_TOOLS=OFF
-DPORTABLE=haswell
CMAKE_CACHE_ARGS
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=TRUE
-DZLIB_ROOT:STRING=${INSTALL_PATH}
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The [dingo-sdk](https://github.com/dingodb/dingo-sdk) and [dingofs](https://gith

## Dependencies

### Rocky 8.9/9.3
### Rocky 8.9/9.4

```sh
sudo dnf install -y epel-release
Expand Down Expand Up @@ -39,7 +39,7 @@ In the source dir
```shell
git submodule sync --recursive

git submodule update --init --recursive
git submodule update --init --recursive --progress
```

### Build and Install
Expand Down Expand Up @@ -87,6 +87,7 @@ make -j 32
| libfiu | master |
| c4c32c | main |
| memcache | v1.x |
| openssl | 3.4.0 |
| spdlog | v1.x |
| curl | curl-8_9_1 |
| opentelemetry-cpp | main |
Expand Down
2 changes: 1 addition & 1 deletion openssl
Submodule openssl updated 882 files

0 comments on commit e6d8b36

Please sign in to comment.