Revert "Use a custom build of Node 8.11.2 for Mac and Linux."

This reverts commit 7a2e492b6c.

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.
This commit is contained in:
Ben Newman
2018-05-09 13:30:18 -04:00
parent c54c2660bd
commit 40d408e4fb

View File

@@ -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