Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leiyanfei committed Sep 8, 2023
1 parent e367654 commit bc47842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -629,7 +629,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 rocksdbjavastaticdockerarm64v8 rocksdbjavastaticdockerarm64v8musl | .circleci/cat_ignore_eagain
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 rocksdbjavastaticdockerarm64v8 rocksdbjavastaticdockerarm64v8musl
- 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

0 comments on commit bc47842

Please sign in to comment.