diff --git a/bin/build.sh b/bin/build.sh index e3d61b0..42432f1 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -16,6 +16,7 @@ if [[ "$ARCH" = "aarch64" ]]; then darch=linux/arm64 sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu > /dev/null # export CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ CC_host="gcc -m32" CXX_host="g++ -m32" + export DEVELOPMENT_SKIP_GETTING_ASSET=true fi # echo "Prepare builder for ${ARCH}" @@ -28,7 +29,7 @@ npm install "re2@${TOOL_VERSION}" --save-exact --no-audit --no-fund --prefix .ca if [[ "$ARCH" = "aarch64" ]]; then echo "Rebuilding re2 v${VERSION} for Node v${NODE_VERSION} (${farch})" - npm explore re2 --prefix .cache -- npm run rebuild --arch=arm + #npm explore re2 --prefix .cache -- npm run rebuild --arch=${farch} fi echo "Testing re2 v${VERSION} for Node v${NODE_VERSION} (${farch})"