Skip to content

Commit

Permalink
Build: Try to further reduce peak memory consumption in GH Action
Browse files Browse the repository at this point in the history
Guessing there may be another semi-leak somewhere in loom.

GitHub: #56
  • Loading branch information
Johni0702 committed Sep 13, 2023
1 parent fd989a7 commit 151fbcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
# Split into multiple Gradle invocations because Loom's remapJar task (specifically the
# BuildSharedServiceManager) will not release any memory until all scheduled remapJar tasks have complete.
run: |
./gradlew clean --stacktrace
./gradlew jar --stacktrace
./gradlew :{1.{8.9,12.2}-forge,1.{19,19.1}-fabric,1.{16.2,17.1,18.1}-{forge,fabric}}:build --stacktrace
./gradlew build --stacktrace
Expand Down

0 comments on commit 151fbcf

Please sign in to comment.