gitlab: fix i686-linux build and module

It turns out that installing therubytracer, with dependency on old v8, even
when using source libv8 version is problematic.
(see
http://stackoverflow.com/questions/21666379/problems-installing-gitlab-on-odroid-v8-lib-not-available).

But wait, rails does not even need therubytracer, just any kind of javascript
server side execution framework like nodejs. Well just use that, as also
suggested from different internet sources (look link above), it works just
fine.
This commit is contained in:
Jaka Hudoklin
2014-12-14 02:24:12 +01:00
parent d8ee91cb54
commit 90683792aa
5 changed files with 9 additions and 26 deletions
+2
View File
@@ -193,6 +193,7 @@ in {
gitAndTools.git
ruby
openssh
nodejs
];
serviceConfig = {
Type = "simple";
@@ -227,6 +228,7 @@ in {
gitAndTools.git
ruby
openssh
nodejs
];
preStart = ''
# TODO: use env vars