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-initramfs` 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 @@ -121,12 +121,12 @@ echo -e "${GRN}Successfully built 'initramfs'${CLR}"
121121
122122
123123#
124- # Pack Node.js in a node-gyp compatible way
124+ # Pack `nodeos-initramfs` in a node-gyp compatible way
125125#
126126
127127# TODO use Node.js arch instead of explicit CPUs and move to BigRedButton
128128
129129STEP_DIR=$PREBUILD
130130
131131mkdir -p ` dirname $STEP_DIR ` &&
132- tar -cf - out/$CPU | gzip > $STEP_DIR || err 100
132+ tar -cf - out/$CPU out/latest | gzip > $STEP_DIR || err 100
You can’t perform that action at this time.
0 commit comments