@@ -292,7 +292,7 @@ tasks:
292
292
# Get precompiled
293
293
curl -fs \
294
294
-o ".deps/${fetch_npm_tarball}" \
295
- --url "https://nodejs.org/download/release/v8.2.1 /${fetch_npm_tarball}"
295
+ --url "https://nodejs.org/download/release/v8.9.3 /${fetch_npm_tarball}"
296
296
cd .deps
297
297
tar xzf ${fetch_npm_tarball} --strip-components=1
298
298
@@ -322,11 +322,11 @@ tasks:
322
322
# Get precompiled
323
323
curl -fs \
324
324
-o ".deps/${fetch_npm_tarball}" \
325
- --url "https://nodejs.org/download/release/v8.2.1 /${fetch_npm_tarball}"
325
+ --url "https://nodejs.org/download/release/v8.9.3 /${fetch_npm_tarball}"
326
326
cd .deps
327
327
unzip ${fetch_npm_tarball}
328
- mv node-v8.2.1 -win-x64/* .
329
- rm -rf node-v8.2.1 -win-x64
328
+ mv node-v8.9.3 -win-x64/* .
329
+ rm -rf node-v8.9.3 -win-x64
330
330
331
331
chmod +x npm.cmd || true
332
332
chmod +x npm || true
@@ -418,7 +418,7 @@ buildvariants:
418
418
- " osx-1010-compass"
419
419
expansions :
420
420
build_via_local_tunnel : true
421
- fetch_npm_tarball : node-v8.2.1 -darwin-x64.tar.gz
421
+ fetch_npm_tarball : node-v8.9.3 -darwin-x64.tar.gz
422
422
node_path : " $(pwd)/.deps/bin"
423
423
num_cores : $(sysctl -n hw.logicalcpu)
424
424
compass_distribution : compass
@@ -432,7 +432,7 @@ buildvariants:
432
432
- " osx-1010-compass"
433
433
expansions :
434
434
build_via_local_tunnel : true
435
- fetch_npm_tarball : node-v8.2.1 -darwin-x64.tar.gz
435
+ fetch_npm_tarball : node-v8.9.3 -darwin-x64.tar.gz
436
436
node_path : " $(pwd)/.deps/bin"
437
437
num_cores : $(sysctl -n hw.logicalcpu)
438
438
compass_distribution : compass-community
@@ -446,7 +446,7 @@ buildvariants:
446
446
- " osx-1010-compass"
447
447
expansions :
448
448
build_via_local_tunnel : true
449
- fetch_npm_tarball : node-v8.2.1 -darwin-x64.tar.gz
449
+ fetch_npm_tarball : node-v8.9.3 -darwin-x64.tar.gz
450
450
node_path : " $(pwd)/.deps/bin"
451
451
num_cores : $(sysctl -n hw.logicalcpu)
452
452
compass_distribution : compass-readonly
@@ -460,7 +460,7 @@ buildvariants:
460
460
- " osx-1010-compass"
461
461
expansions :
462
462
build_via_local_tunnel : true
463
- fetch_npm_tarball : node-v8.2.1 -darwin-x64.tar.gz
463
+ fetch_npm_tarball : node-v8.9.3 -darwin-x64.tar.gz
464
464
node_path : " $(pwd)/.deps/bin"
465
465
num_cores : $(sysctl -n hw.logicalcpu)
466
466
compass_distribution : compass-isolated
@@ -473,7 +473,7 @@ buildvariants:
473
473
run_on :
474
474
- " windows-64-vs2015-test"
475
475
expansions :
476
- fetch_npm_tarball : node-v8.2.1 -win-x64.zip
476
+ fetch_npm_tarball : node-v8.9.3 -win-x64.zip
477
477
node_path : " $(pwd)/.deps"
478
478
num_cores : $(grep -c ^processor /proc/cpuinfo)
479
479
add_env_appdata : Z:\
@@ -487,7 +487,7 @@ buildvariants:
487
487
run_on :
488
488
- " windows-64-vs2015-test"
489
489
expansions :
490
- fetch_npm_tarball : node-v8.2.1 -win-x64.zip
490
+ fetch_npm_tarball : node-v8.9.3 -win-x64.zip
491
491
node_path : " $(pwd)/.deps"
492
492
num_cores : $(grep -c ^processor /proc/cpuinfo)
493
493
add_env_appdata : Z:\
@@ -501,7 +501,7 @@ buildvariants:
501
501
run_on :
502
502
- " windows-64-vs2015-test"
503
503
expansions :
504
- fetch_npm_tarball : node-v8.2.1 -win-x64.zip
504
+ fetch_npm_tarball : node-v8.9.3 -win-x64.zip
505
505
node_path : " $(pwd)/.deps"
506
506
num_cores : $(grep -c ^processor /proc/cpuinfo)
507
507
add_env_appdata : Z:\
@@ -515,7 +515,7 @@ buildvariants:
515
515
run_on :
516
516
- " windows-64-vs2015-test"
517
517
expansions :
518
- fetch_npm_tarball : node-v8.2.1 -win-x64.zip
518
+ fetch_npm_tarball : node-v8.9.3 -win-x64.zip
519
519
node_path : " $(pwd)/.deps"
520
520
num_cores : $(grep -c ^processor /proc/cpuinfo)
521
521
add_env_appdata : Z:\
@@ -529,7 +529,7 @@ buildvariants:
529
529
run_on :
530
530
- " ubuntu1404-test"
531
531
expansions :
532
- fetch_npm_tarball : node-v8.2.1 -linux-x64.tar.gz
532
+ fetch_npm_tarball : node-v8.9.3 -linux-x64.tar.gz
533
533
node_path : " $(pwd)/.deps/bin"
534
534
compile_env : CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
535
535
num_cores : $(grep -c ^processor /proc/cpuinfo)
@@ -543,7 +543,7 @@ buildvariants:
543
543
run_on :
544
544
- " ubuntu1404-test"
545
545
expansions :
546
- fetch_npm_tarball : node-v8.2.1 -linux-x64.tar.gz
546
+ fetch_npm_tarball : node-v8.9.3 -linux-x64.tar.gz
547
547
node_path : " $(pwd)/.deps/bin"
548
548
compile_env : CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
549
549
num_cores : $(grep -c ^processor /proc/cpuinfo)
@@ -557,7 +557,7 @@ buildvariants:
557
557
run_on :
558
558
- " ubuntu1404-test"
559
559
expansions :
560
- fetch_npm_tarball : node-v8.2.1 -linux-x64.tar.gz
560
+ fetch_npm_tarball : node-v8.9.3 -linux-x64.tar.gz
561
561
node_path : " $(pwd)/.deps/bin"
562
562
compile_env : CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
563
563
num_cores : $(grep -c ^processor /proc/cpuinfo)
@@ -571,7 +571,7 @@ buildvariants:
571
571
run_on :
572
572
- " ubuntu1404-test"
573
573
expansions :
574
- fetch_npm_tarball : node-v8.2.1 -linux-x64.tar.gz
574
+ fetch_npm_tarball : node-v8.9.3 -linux-x64.tar.gz
575
575
node_path : " $(pwd)/.deps/bin"
576
576
compile_env : CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
577
577
num_cores : $(grep -c ^processor /proc/cpuinfo)
@@ -585,7 +585,7 @@ buildvariants:
585
585
run_on :
586
586
- " rhel70"
587
587
expansions :
588
- fetch_npm_tarball : node-v8.2.1 -linux-x64.tar.gz
588
+ fetch_npm_tarball : node-v8.9.3 -linux-x64.tar.gz
589
589
node_path : " $(pwd)/.deps/bin"
590
590
compile_env : CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
591
591
num_cores : $(grep -c ^processor /proc/cpuinfo)
@@ -599,7 +599,7 @@ buildvariants:
599
599
run_on :
600
600
- " rhel70"
601
601
expansions :
602
- fetch_npm_tarball : node-v8.2.1 -linux-x64.tar.gz
602
+ fetch_npm_tarball : node-v8.9.3 -linux-x64.tar.gz
603
603
node_path : " $(pwd)/.deps/bin"
604
604
compile_env : CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
605
605
num_cores : $(grep -c ^processor /proc/cpuinfo)
@@ -613,7 +613,7 @@ buildvariants:
613
613
run_on :
614
614
- " rhel70"
615
615
expansions :
616
- fetch_npm_tarball : node-v8.2.1 -linux-x64.tar.gz
616
+ fetch_npm_tarball : node-v8.9.3 -linux-x64.tar.gz
617
617
node_path : " $(pwd)/.deps/bin"
618
618
compile_env : CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
619
619
num_cores : $(grep -c ^processor /proc/cpuinfo)
@@ -627,7 +627,7 @@ buildvariants:
627
627
run_on :
628
628
- " rhel70"
629
629
expansions :
630
- fetch_npm_tarball : node-v8.2.1 -linux-x64.tar.gz
630
+ fetch_npm_tarball : node-v8.9.3 -linux-x64.tar.gz
631
631
node_path : " $(pwd)/.deps/bin"
632
632
compile_env : CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
633
633
num_cores : $(grep -c ^processor /proc/cpuinfo)
0 commit comments