File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# This script should generate all the possible build combinations of
4- # nodeos-barebones and test them by being able to exec a Node.js REPL. In some
4+ # ` nodeos-barebones` and test them by being able to exec a Node.js REPL. In some
55# cases this could not be fully possible and so the tests should be improved in
66# the future
77
Original file line number Diff line number Diff line change @@ -291,12 +291,12 @@ echo -e "${GRN}Successfully built 'barebones'${CLR}"
291291
292292
293293#
294- # Pack Node.js in a node-gyp compatible way
294+ # Pack `nodeos-barebones` in a node-gyp compatible way
295295#
296296
297297# TODO use Node.js arch instead of explicit CPUs and move to BigRedButton
298298
299299STEP_DIR=$PREBUILD
300300
301301mkdir -p ` dirname $STEP_DIR ` &&
302- tar -cf - out/$CPU | gzip > $STEP_DIR || err 100
302+ tar -cf - out/$CPU out/latest | gzip > $STEP_DIR || err 100
You can’t perform that action at this time.
0 commit comments