Skip to content

Commit

Permalink
hofix zlib url
Browse files Browse the repository at this point in the history
  • Loading branch information
leiyanfei committed Sep 8, 2023
1 parent f53ad76 commit cfa0703
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ jobs:
which javac && javac -version
- run:
name: "Build RocksDBJava Static Library"
command: DEBUG_LEVEL=0 ROCKSDB_DISABLE_JEMALLOC=true PORTABLE=1 CXXFLAGS="-Wno-error=shadow -Wno-error-defaulted-function-deleted -Wno-unknown-warning-option " make V=1 J=8 -j8 rocksdbjavastaticrelease
command: DEBUG_LEVEL=0 ROCKSDB_DISABLE_JEMALLOC=true PORTABLE=1 CXXFLAGS="-Wno-error=shadow -Wno-error-defaulted-function-deleted -Wno-unknown-warning-option " make V=1 J=8 -j8 rocksdbjavastaticreleasedocker
- store_artifacts:
path: java/target
- post-steps
Expand Down Expand Up @@ -881,7 +881,7 @@ workflows:
# - build-linux-java
- build-linux-java-static
# - build-macos-java
# - build-macos-java-static
- build-macos-java-static
# - build-macos-java-static-universal
# jobs-macos:
# jobs:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2091,8 +2091,8 @@ ROCKSDB_JAVADOCS_JAR = rocksdbjni-$(ROCKSDB_JAVA_VERSION)-javadoc.jar
ROCKSDB_SOURCES_JAR = rocksdbjni-$(ROCKSDB_JAVA_VERSION)-sources.jar
SHA256_CMD = sha256sum

ZLIB_VER ?= 1.2.13
ZLIB_SHA256 ?= b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30
ZLIB_VER ?= 1.3
ZLIB_SHA256 ?= ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e
ZLIB_DOWNLOAD_BASE ?= http://zlib.net
BZIP2_VER ?= 1.0.8
BZIP2_SHA256 ?= ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269
Expand Down
Binary file added bzip2-1.0.8.tar.gz
Binary file not shown.
Binary file added lz4-1.9.3.tar.gz
Binary file not shown.
Binary file added snappy-1.1.8.tar.gz
Binary file not shown.
Binary file added zstd-1.4.9.tar.gz
Binary file not shown.

0 comments on commit cfa0703

Please sign in to comment.