Skip to content

Commit

Permalink
chore: skip ranlib as not ar file
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 28, 2024
1 parent 752809c commit 73204f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/ci/prebuild-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ apk add bash curl python3 make g++
rm -rf build node_modules
npm ci --ignore-scripts
export npm_config_target=${NODE_VERSION}
ranlib ffi/*/libpact_ffi.a
# ar -s ffi/*/libpact_ffi.a
# ranlib ffi/*/libpact_ffi.a
npx --yes prebuildify@${PREBUILDIFY_VERSION} --napi --libc musl --strip --tag-libc --name ${PREBUILD_NAME}
ls prebuilds/**/*
ARCH=$(uname -m | tr '[:upper:]' '[:lower:]')
Expand Down

0 comments on commit 73204f3

Please sign in to comment.