Skip to content

Commit 61def1b

Browse files
committed
Use swap
1 parent 18d5a87 commit 61def1b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ jobs:
3636
include:
3737
- vscode_arch: x64
3838
npm_arch: x64
39-
deps_container: gitpod/openvscode-server-linux-build-agent:centos7-devtoolset8-x64
4039
- vscode_arch: arm64
4140
npm_arch: arm64
42-
deps_container: gitpod/openvscode-server-linux-build-agent:centos7-devtoolset8-arm64
4341
- vscode_arch: armhf
4442
npm_arch: arm
4543

@@ -56,6 +54,13 @@ jobs:
5654
- name: Set up QEMU
5755
uses: docker/setup-qemu-action@v3
5856

57+
- name: Set up swap
58+
uses: thejerrybao/setup-swap-space@466d59798fb9263b9c2331c83cf71f9b7bfd0c78
59+
with:
60+
swap-space-path: /swapfile
61+
swap-size-gb: 16
62+
remove-existing-swap-files: true
63+
5964
- uses: actions/checkout@v4
6065
with:
6166
repository: ${{ github.repository_owner }}/openvscode-server

0 commit comments

Comments
 (0)