mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-14 08:21:02 +03:00
fix(ci): ubuntu-22.04-arm, oom (#16056)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
7
.github/workflows/flutter-build.yml
vendored
7
.github/workflows/flutter-build.yml
vendored
@@ -1537,7 +1537,6 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Set Swap Space
|
- name: Set Swap Space
|
||||||
if: ${{ matrix.job.arch == 'x86_64' }}
|
|
||||||
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0
|
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0
|
||||||
with:
|
with:
|
||||||
swap-size-gb: 12
|
swap-size-gb: 12
|
||||||
@@ -2151,6 +2150,12 @@ jobs:
|
|||||||
echo "Modified vcpkg.json for armv7 build:"
|
echo "Modified vcpkg.json for armv7 build:"
|
||||||
grep -A 2 -B 2 '"baseline"' vcpkg.json
|
grep -A 2 -B 2 '"baseline"' vcpkg.json
|
||||||
|
|
||||||
|
- name: Set Swap Space
|
||||||
|
if: matrix.job.arch == 'armv7'
|
||||||
|
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0
|
||||||
|
with:
|
||||||
|
swap-size-gb: 12
|
||||||
|
|
||||||
- name: Free Space
|
- name: Free Space
|
||||||
run: |
|
run: |
|
||||||
df -h
|
df -h
|
||||||
|
|||||||
Reference in New Issue
Block a user