Compare commits

..

1 Commits

Author SHA1 Message Date
Will Jones
be910485e7 make node available to all users 2023-05-25 17:18:31 -07:00

View File

@@ -66,11 +66,6 @@ build_node_binary() {
# This is needed for cargo to allow build cdylibs with musl
export RUSTFLAGS="-C target-feature=-crt-static"
fi
# Cargo can run out of memory while pulling dependencies, espcially when running
# in QEMU. This is a workaround for that.
export CARGO_NET_GIT_FETCH_WITH_CLI=true
# We don't pass in target, since the native target here already matches
# and openblas-src doesn't do well with cross-compilation.
npm run build-release