-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split server.hxml into multiple hxml
And build each of them separately in docker, hoping compilation memory usage will be reduce since the AWS instance failed to build due to lack of memory...
- Loading branch information
Showing
5 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,7 @@ | ||
# The new haxelib website (on the same 3.0 repo) | ||
server_each.hxml | ||
-main website.Server | ||
-neko www/index.n | ||
|
||
server_website.hxml | ||
--next | ||
|
||
server_each.hxml | ||
-lib ufront-uftasks | ||
-main website.Tasks | ||
-neko www/tasks.n | ||
|
||
server_tasks.hxml | ||
--next | ||
|
||
-cp src | ||
-neko www/api/3.0/index.n | ||
-main haxelib.server.Repo | ||
-lib aws-sdk-neko:0.1.0 | ||
-dce no | ||
-D haxelib_api | ||
server_api.hxml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-cp src | ||
-neko www/api/3.0/index.n | ||
-main haxelib.server.Repo | ||
-lib aws-sdk-neko:0.1.0 | ||
-dce no | ||
-D haxelib_api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
server_each.hxml | ||
-lib ufront-uftasks | ||
-main website.Tasks | ||
-neko www/tasks.n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
server_each.hxml | ||
-main website.Server | ||
-neko www/index.n |