Disable jsglr.
svn path=/configurations/trunk/tud/; revision=12395
Karl Trygve Kalleberg committed
Jul 22, 2008 at 22:05 UTC
d83da330982e25c6b9c194819af7a059a7d0ad75
1 file changed
+4
-4
buildfarm/spoofax/jobs.nix
+4
-4
@@ -10,10 +10,10 @@ with (import ./jobs-helpers.nix) attrs;
10
makeInfoURL = makeInfoURL.usingBaseline;
11
};
12
13
- spoofaxJsglrTrunk = makeEasyJob {
14
- spec = specs.spoofaxJsglr;
15
- makeInfoURL = makeInfoURL.usingBaseline;
16
- };
13
+# spoofaxJsglrTrunk = makeEasyJob {
14
+# spec = specs.spoofaxJsglr;
15
+# makeInfoURL = makeInfoURL.usingBaseline;
16
+# };
17
18
}
19