Skip to content

Commit c48d2bc

Browse files
Merge branch 'more-clarifications-to-info' of github.com:dmitry-timofeev/exonum-java-binding-1 into more-clarifications-to-info
2 parents 9ba8035 + 3e23c6b commit c48d2bc

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

exonum-java-binding/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626
### Changed
2727
- `BinaryTransactionMessage#toString` to include some fields in human-readable
2828
format instead of the whole message in binary form.
29-
- RocksDB library is no longer required to be installed on Mac or Linux to run
30-
the Exonum Java application. (#902)
3129

3230
### Fixed
3331
- The default [`Transaction#info`][tx-info-07] implementation causing an error on `transaction`

exonum-java-binding/core/rust/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exonum-java-binding/package_app.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,6 @@ mkdir -p "${PACKAGING_BASE_DIR}"
9292
mkdir -p "${PACKAGING_NATIVE_LIB_DIR}"
9393
mkdir -p "${PACKAGING_ETC_DIR}"
9494

95-
# Check if ROCKSDB_LIB_DIR is set
96-
if [ -z "${ROCKSDB_LIB_DIR:-}" ]; then
97-
echo "Please set ROCKSDB_LIB_DIR"
98-
exit 1
99-
fi
100-
101-
# Enable static linkage for RocksDB
102-
export ROCKSDB_STATIC=1
103-
10495
# Copy libstd to some known place.
10596
cp ${RUST_LIB_DIR}/libstd* "${PACKAGING_NATIVE_LIB_DIR}"
10697

0 commit comments

Comments
 (0)