aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tasks.d
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-11-21 22:15:13 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-11-21 22:15:16 +0100
commit58e0d2e125a5d7f981fb8be5004822b9f8bab957 (patch)
tree299775ed7293664174cecae68c46ed9c6d023b17 /INSTALL/tasks.d
parentc5cd198f8f9dc4af8dd5a3aacc08146742280d56 (diff)
Disable npm in docker worker generator SPEC-979
The build times-out after 10h otherwise. Change-Id: I2db17524c3cd651d4ef06a34f1fdaee551bde042 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'INSTALL/tasks.d')
-rw-r--r--INSTALL/tasks.d/50_sdk4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL/tasks.d/50_sdk b/INSTALL/tasks.d/50_sdk
index 1a44fd9..1f60edd 100644
--- a/INSTALL/tasks.d/50_sdk
+++ b/INSTALL/tasks.d/50_sdk
@@ -10,6 +10,8 @@ done
if [[ -z $(which node) ]]; then
curl -sL https://deb.nodesource.com/setup_6.x | bash -
apt-get install nodejs
- npm install --global gulp bower
+ # issue SPEC-979
+ # this install fails with timeout for unknown reason - let's comment it
+ #npm install --global gulp bower
fi