Skip to content

Commit 970e783

Browse files
committed
Remove custom settings for building Native Image
* It's automatically done by jt now.
1 parent 3dfc860 commit 970e783

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,8 @@ jobs:
131131
- name: Install mx
132132
run: jt mx --version
133133

134-
- run: free -m
135-
if: startsWith(matrix.os, 'ubuntu')
136134
- name: Build TruffleRuby (native)
137-
run: jt build --env native --extra-image-builder-argument=rubyvm:-J-XX:MaxRAMPercentage=100
135+
run: jt build --env native
138136
if: matrix.name == '-head'
139137
- name: Build TruffleRuby (jvm)
140138
run: jt build --env jvm-ce

0 commit comments

Comments
 (0)