Skip to content

Commit

Permalink
build: enable drive image for Ivy Bridge CPU (#2363)
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek authored Dec 3, 2024
1 parent 895c73c commit 6c64025
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,8 @@ set -ex -o pipefail
git clone https://github.com/facebook/rocksdb.git -b v8.10.2 --depth 1 .
source /root/env

if [[ "$TARGETARCH" == "amd64" ]] ; then
export PORTABLE=haswell
else
export PORTABLE=1
fi
# Support any CPU architecture
export PORTABLE=1

make -j$(nproc) static_lib
mkdir -p /opt/rocksdb/usr/local/lib
Expand Down

0 comments on commit 6c64025

Please sign in to comment.