We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a69ae6 commit 752442dCopy full SHA for 752442d
scripts/BigRedButton
@@ -11,6 +11,10 @@ PRODUCTS=(bin lib libexec share *-nodeos-linux-musl)
11
PREBUILD=prebuilds/linux-$NODE_ARCH.tar.gz
12
13
14
+# Clean products previously to create them
15
+rm -rf ${PRODUCTS[@]} || exit 11
16
+
17
18
#
19
# Build cross toolchain for all supported platforms
20
@@ -25,12 +29,6 @@ PLATFORM=pc_qemu_64 npm run build || exit 2
25
29
26
30
STEP_DIR=$PREBUILD
27
31
28
-# Delete symlinks stubs
-(
- cd bin || exit 10
- rm `node -p "Object.keys(require('./package.json').bin).join(' ')"` || exit 11
32
-) || exit $?
33
-
34
mkdir -p prebuilds &&
35
tar -cf - ${PRODUCTS[@]} | gzip > $PREBUILD || err 12
36
0 commit comments