Skip to content

Commit c6d73dd

Browse files
committed
[GR-29808] No need to build jars first, mx automatically shutdowns the compile servers now
PullRequest: truffleruby/3868
2 parents 68c0f1c + efb3db0 commit c6d73dd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,8 @@ jobs:
107107

108108
- uses: ./build/.github/actions/setup-jvmci-graal
109109

110-
# [GR-29808] We build everything except native images first,
111-
# so that we minimize the memory used by mx, etc when building native images.
112-
- name: Build TruffleRuby (jars)
113-
run: jt build --env native --native-images=none
114110
- run: free -m
115-
- name: Build TruffleRuby (native images)
111+
- name: Build TruffleRuby
116112
run: jt build --env native
117113

118114
- name: Create archive

0 commit comments

Comments
 (0)