From 40d408e4fb3dc05abf0b14da5b9f41cc5e89d58e Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Wed, 9 May 2018 13:30:18 -0400 Subject: [PATCH] Revert "Use a custom build of Node 8.11.2 for Mac and Linux." This reverts commit 7a2e492b6c7857b7d705cc9024266dbb6f16456e. The custom build had a Node version of 8.11.2-nightly1525879461436bd3e42eb10ddd15a9fc1ed225d49c87ad7214 instead of 8.11.2, which is not something that I want Galaxy (or any other hosting service) to have to understand. --- scripts/build-dev-bundle-common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index d679569e3b..349d66a852 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -5,13 +5,13 @@ set -u UNAME=$(uname) ARCH=$(uname -m) -NODE_VERSION=8.11.2 +NODE_VERSION=8.11.2-rc.1 MONGO_VERSION_64BIT=3.6.4 MONGO_VERSION_32BIT=3.2.19 NPM_VERSION=5.8.0 # If we built Node from source on Jenkins, this is the build number. -NODE_BUILD_NUMBER=133 +NODE_BUILD_NUMBER= if [ "$UNAME" == "Linux" ] ; then if [ "$ARCH" != "i686" -a "$ARCH" != "x86_64" ] ; then