Skip to content

Commit

Permalink
chore: remove strip from musl prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 27, 2024
1 parent 02d17b8 commit 64e75d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/ci/prebuild-alpine.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#!/bin/bash -eu
SCRIPT_DIR="$(cd "$(dirname "${0}")"; pwd)" # Figure out where the script is running

Expand All @@ -15,7 +14,7 @@ apk add bash curl python3 make g++
rm -rf build node_modules
npm ci --ignore-scripts
export npm_config_target=${NODE_VERSION}
npx --yes prebuildify@${PREBUILDIFY_VERSION} --napi --libc musl --tag-libc --strip --name ${PREBUILD_NAME}
npx --yes prebuildify@${PREBUILDIFY_VERSION} --napi --libc musl --tag-libc --name ${PREBUILD_NAME}
ls prebuilds/**/*
ARCH=$(uname -m | tr '[:upper:]' '[:lower:]')
case $ARCH in
Expand Down

0 comments on commit 64e75d6

Please sign in to comment.