Skip to content

Commit de270c5

Browse files
committed
Updated dependencies
1 parent 098f577 commit de270c5

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"devDependencies": {
2626
"nodeos-barebones": "^1.0.0-RC3",
27-
"nodeos-nodejs": "^6.9.2-0",
28-
"qemu": "^2.7.0",
27+
"nodeos-nodejs": "^6.9.3",
28+
"qemu": "^2.8.0",
2929
"suppose": "^0.6.1"
3030
},
3131
"nodeosDependencies": [

scripts/build

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ PATH=$TOOLCHAIN/bin:$PATH
2121
# Build cross-compiler (if needed)
2222
(
2323
cd $TOOLCHAIN
24+
2425
BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm install --production || exit 1
2526
) || exit $?
2627

@@ -54,9 +55,9 @@ if [[ ! -d $STEP_DIR ]]; then
5455

5556
rmStep $OUT_DIR
5657

57-
#
58-
# Install FUSE
59-
#
58+
59+
# Install FUSE & ExclFS
60+
6061
SRC_FUSE=$SRC_FUSE/out/$CPU
6162

6263
eval "$NPMi" -g piranna/exclfs \
@@ -66,9 +67,8 @@ if [[ ! -d $STEP_DIR ]]; then
6667

6768
cp $SRC_FUSE/lib/libfuse.so* $STEP_DIR/lib || err 21
6869

69-
#
70+
7071
# Install system dependencies
71-
#
7272

7373
PACKAGES=`node -p "require('./package.json').nodeosDependencies.join(' ')"`
7474
eval "$NPMi" -g $PACKAGES || err 22
@@ -77,9 +77,7 @@ if [[ ! -d $STEP_DIR ]]; then
7777
ln -fs ../bin/nodeos-boot-multiUser $STEP_DIR/sbin/init || err 23
7878

7979

80-
#
8180
# /usr/bin/env
82-
#
8381

8482
mkdir -p $STEP_DIR/usr/bin &&
8583
ln -fs ../../bin/env $STEP_DIR/usr/bin/env || err 24

0 commit comments

Comments
 (0)