Skip to content

Commit 54463db

Browse files
author
Dane Springmeyer
committed
skip 32 bit build (broken atm)
1 parent b11bea6 commit 54463db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/build_against_node.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ npm test
3030

3131
platform=$(uname -s | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/")
3232

33+
: '
3334
if [[ $(uname -s) == 'Linux' ]]; then
3435
# node v0.8 and above provide pre-built 32 bit and 64 bit binaries
3536
# so here we use the 32 bit ones to also test 32 bit builds
@@ -64,3 +65,5 @@ if [[ $(uname -s) == 'Linux' ]]; then
6465
npm test
6566
fi
6667
fi
68+
69+
'

0 commit comments

Comments
 (0)