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 1
1
#! /usr/bin/env bash
2
2
3
3
# 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
5
5
# cases this could not be fully possible and so the tests should be improved in
6
6
# the future
7
7
Original file line number Diff line number Diff line change @@ -291,12 +291,12 @@ echo -e "${GRN}Successfully built 'barebones'${CLR}"
291
291
292
292
293
293
#
294
- # Pack Node.js in a node-gyp compatible way
294
+ # Pack `nodeos-barebones` in a node-gyp compatible way
295
295
#
296
296
297
297
# TODO use Node.js arch instead of explicit CPUs and move to BigRedButton
298
298
299
299
STEP_DIR=$PREBUILD
300
300
301
301
mkdir -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