Skip to content

Commit 3c6f6c4

Browse files
committed
WiP - Don't merge
1 parent baf8336 commit 3c6f6c4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"author": "Jesús Leganés Combarro 'piranna' <piranna@gmail.com>",
1616
"license": "MIT",
1717
"dependencies": {
18-
"exclfs": "^0.0.3",
18+
"exclfs": "piranna/exclfs",
1919
"jocker": "^0.0.0",
20-
"libfuse": "^2.9.7",
20+
"libfuse": "^2.9.8-0",
2121
"nodeos-boot-multiUser": "^0.4.1",
2222
"nodeos-cross-toolchain": "^1.0.0-RC3",
2323
"usrbinenv": "^0.1.0"

scripts/build

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ SRC_FUSE=`node -p "require('libfuse')"`
4040

4141
(
4242
cd $SRC_FUSE
43-
BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm run build || exit 11
44-
# BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm install --production || exit 11
43+
# BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm run build || exit 11
44+
BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm install --production || exit 11
4545
) || err $?
4646

4747

@@ -59,8 +59,9 @@ if [[ ! -d $STEP_DIR ]]; then
5959
#
6060
# Install FUSE
6161
#
62+
SRC_FUSE=$SRC_FUSE/out/$CPU
6263

63-
eval "$NPMi" -g exclfs \
64+
eval "$NPMi" -g piranna/exclfs \
6465
--fuse__include_dirs=$SRC_FUSE/include/fuse \
6566
--fuse__library_dirs=$SRC_FUSE/lib \
6667
--fuse__libraries=-lfuse || err 20

0 commit comments

Comments
 (0)