Skip to content

Commit

Permalink
HDDS-10477. Make Rocksdb tools native lib compatible with all chipset…
Browse files Browse the repository at this point in the history
… with the same arch (apache#6341)
  • Loading branch information
swamirishi authored Mar 21, 2024
1 parent c4dc6a0 commit e3a7224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hadoop-hdds/rocks-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
<arg line="${project.build.directory}/rocksdb/rocksdb-${rocksdb.version}"/>
</exec>
<exec executable="make" dir="${project.build.directory}/rocksdb/rocksdb-${rocksdb.version}" failonerror="true">
<arg line="PORTABLE=1"/>
<arg line="DEBUG_LEVEL=0"/>
<arg line="EXTRA_CXXFLAGS='-fPIC -D_GLIBCXX_USE_CXX11_ABI=0'"/>
<arg line="-j${system.numCores}"/>
Expand Down

0 comments on commit e3a7224

Please sign in to comment.