Skip to content

Commit

Permalink
Adapt script to glibc base image
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Sep 28, 2024
1 parent ad6bda0 commit c80dd1b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ unzip $ROCKSDB_JAR > /dev/null

if [ "$ARCH" = "x86_64" ]
then
ROCKSDB_TO_KEEP=linux64-musl
ROCKSDB_TO_KEEP=linux64
else
ROCKSDB_TO_KEEP=linux-$ARCH-musl
ROCKSDB_TO_KEEP=linux-$ARCH
fi

ls librocksdbjni-* | grep -v librocksdbjni-${ROCKSDB_TO_KEEP}.so | xargs rm
Expand Down

0 comments on commit c80dd1b

Please sign in to comment.