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 af9fd1b commit 281e167Copy full SHA for 281e167
scripts/BigRedButton
@@ -26,6 +26,9 @@ npm run build -- -b 32 && npm test -- -b 32 && rm -rf build || exit 10
26
npm run build -- -b 64 && npm test -- -b 64 && rm -rf build || exit 11
27
npm run build -- -M raspi2 && npm test -- -M raspi2 && rm -rf build || exit 12
28
29
+# Upgrade list of products
30
+PRODUCTS=(bin lib libexec share *-nodeos-linux-musl*)
31
+
32
33
#
34
# Pack toolchain in a node-gyp compatible way
0 commit comments