Do not build node with sync by default

This commit is contained in:
Radu Tutueanu 2016-11-15 13:49:41 +01:00
parent f0daaf6a93
commit ca0fd78cee
2 changed files with 6 additions and 5 deletions

View File

@ -186,10 +186,11 @@ case "$TARGET" in
download_server
start_server
npm_tests_cmd="npm run test"
npm install --build-from-source --realm_enable_sync
else
npm_tests_cmd="npm run test-nosync"
npm install --build-from-source
fi
npm install --build-from-source
# Change to a temp directory.
cd "$(mktemp -q -d -t realm.node.XXXXXX)"

View File

@ -5,7 +5,7 @@
"conditions": [
["OS=='mac'", {
"variables": {
"realm_enable_sync%": "1"
"realm_enable_sync%": "0"
}
}, {
"variables": {