Skip to content

Commit 60508b9

Browse files
author
Alan Wisper
committed
chore: nativeCompile no daemons workers 2 02
Signed-off-by: Alan Wisper <[email protected]>
1 parent 0640a18 commit 60508b9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/job.native-compile-image.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,7 @@ jobs:
281281
echo PATH=$PATH >> $GITHUB_ENV
282282
echo "Installing dependencies..."
283283
pnpm install
284-
- name: Add swap
285-
run: |
286-
sudo fallocate -l 16G /swapfile
287-
sudo chmod 600 /swapfile
288-
sudo mkswap /swapfile
289-
sudo swapon /swapfile
290-
free -h
291-
- name: "Setup: Gradle"
284+
- name: "Setup: Gradle"
292285
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
293286
id: gradlebuild
294287
continue-on-error: ${{ matrix.mode == 'labs' }}
@@ -336,7 +329,7 @@ jobs:
336329
TEST_EXCEPTIONS: true
337330
run: |
338331
./gradlew \
339-
:packages:cli:nativeCompile \
332+
:packages:cli:nativeOptimizedCompile \
340333
-x check \
341334
-x test \
342335
-x jvmTest \

0 commit comments

Comments
 (0)