mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user