Browse Source

[lua] install dependencies with dedicated luarock package

Justin Donaldson 6 years ago
parent
commit
1cef04ab10
1 changed files with 1 additions and 7 deletions
  1. 1 7
      tests/runci/targets/Lua.hx

+ 1 - 7
tests/runci/targets/Lua.hx

@@ -33,13 +33,7 @@ class Lua {
 	}
 	}
 
 
 	static public function installLuaVersionDependencies(lv:String){
 	static public function installLuaVersionDependencies(lv:String){
-		if (lv == "-l5.1") installLib("luabitop", "1.0.2-3");
-
-		installLib("lrexlib-pcre" , "2.8.0-1");
-		installLib("luv"          , "1.22.0-1");
-		installLib("luasocket"    , "3.0rc1-2");
-		installLib("luautf8"      , "0.1.1-1");
-
+		installLib("haxe-dependencies" , "0.0.1-0");
 	}
 	}
 
 
 	static public function run(args:Array<String>) {
 	static public function run(args:Array<String>) {