Skip to content

Commit

Permalink
[build] setup docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakelly committed Aug 21, 2024
1 parent 1deeace commit 4a100f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,10 @@ jobs:
echo 'export PATH=$JAVA_HOME/bin:$PATH' >> $BASH_ENV
which java && java -version
which javac && javac -version
# No need to manually build the Docker image, use the existing Dockerfile
- setup_remote_docker:
version: 20.10.7
docker_layer_caching: true
- run:
name: "Build rocksdbjavastaticdockerppc64lemusl"
command: DEBUG_LEVEL=0 ROCKSDB_DISABLE_JEMALLOC=true PORTABLE=1 CXXFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/linux -Wno-error=shadow -Wno-error-defaulted-function-deleted -Wno-unknown-warning-option -Wno-error=unused-parameter -Wno-error=unused-variable" make V=1 J=8 -j8 rocksdbjavastaticdockerppc64lemusl
Expand All @@ -909,6 +913,10 @@ jobs:
echo 'export PATH=$JAVA_HOME/bin:$PATH' >> $BASH_ENV
which java && java -version
which javac && javac -version
# No need to manually build the Docker image, use the existing Dockerfile
- setup_remote_docker:
version: 20.10.7
docker_layer_caching: true
- run:
name: "Build rocksdbjavastaticdockerppc64le"
command: DEBUG_LEVEL=0 ROCKSDB_DISABLE_JEMALLOC=true PORTABLE=1 CXXFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/linux -Wno-error=shadow -Wno-error-defaulted-function-deleted -Wno-unknown-warning-option -Wno-error=unused-parameter -Wno-error=unused-variable" make V=1 J=8 -j8 rocksdbjavastaticdockerppc64le
Expand Down

0 comments on commit 4a100f3

Please sign in to comment.