mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Include Node 4.5.0-rc.2 in the dev bundle.
This commit is contained in:
@@ -6,7 +6,7 @@ set -u
|
||||
UNAME=$(uname)
|
||||
ARCH=$(uname -m)
|
||||
MONGO_VERSION=3.2.6
|
||||
NODE_VERSION=4.4.7
|
||||
NODE_VERSION=4.5.0-rc.2
|
||||
NPM_VERSION=3.10.5
|
||||
|
||||
if [ "$UNAME" == "Linux" ] ; then
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# use 32bit by default
|
||||
$PLATFORM = "windows_x86"
|
||||
$MONGO_VERSION = "3.2.6"
|
||||
$NODE_VERSION = "4.4.7"
|
||||
$NODE_VERSION = "4.5.0-rc.2"
|
||||
$NPM_VERSION = "3.10.5"
|
||||
$PYTHON_VERSION = "2.7.10" # For node-gyp
|
||||
|
||||
@@ -47,7 +47,7 @@ cd "$DIR\bin"
|
||||
|
||||
# download node
|
||||
# same node on 32bit vs 64bit?
|
||||
$node_link = "http://nodejs.org/dist/v${NODE_VERSION}/win-x86/node.exe"
|
||||
$node_link = "http://nodejs.org/download/rc/v${NODE_VERSION}/win-x86/node.exe"
|
||||
$webclient.DownloadFile($node_link, "$DIR\bin\node.exe")
|
||||
|
||||
# On Windows we provide a reliable version of python.exe for use by
|
||||
|
||||
@@ -20,7 +20,7 @@ S3_HOST="s3.amazonaws.com/com.meteor.jenkins"
|
||||
|
||||
# Update these values after building the dev-bundle-node Jenkins project.
|
||||
# Also make sure to update NODE_VERSION in generate-dev-bundle.ps1.
|
||||
NODE_URL="https://nodejs.org/dist/v${NODE_VERSION}/${NODE_TGZ}"
|
||||
NODE_URL="https://nodejs.org/download/rc/v${NODE_VERSION}/${NODE_TGZ}"
|
||||
echo "Downloading Node from ${NODE_URL}"
|
||||
curl "${NODE_URL}" | tar zx --strip-components 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user