Skip to content

Commit 07e12a7

Browse files
committed
ci: check swap size
1 parent 7e0bd5d commit 07e12a7

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@ jobs:
2222
name: linux - ${{ matrix.linux_image }} | ${{ matrix.config }}
2323
steps:
2424
# when building the monorepo we hit the memory limit, so need to setup a swap space
25-
- name: setup swap Space
26-
run: |
27-
# fallocate -l 32G /swapfile
28-
# chmod 600 /swapfile
29-
# mkswap /swapfile
30-
# swapon /swapfile
31-
free -h
25+
# - name: setup swap Space
26+
# run: |
27+
# fallocate -l 32G /swapfile
28+
# chmod 600 /swapfile
29+
# mkswap /swapfile
30+
# swapon /swapfile
31+
# free -h
3232
- name: install build tools
3333
run: |
3434
apt --quiet update --yes
35-
apt --quiet install --yes build-essential cmake pkg-config git curl zip unzip tar
35+
apt --quiet install --yes build-essential cmake pkg-config git curl zip unzip tar procps
36+
- name: check swap size
37+
run: free -h
3638
- name: install build deps
3739
run: |
3840
apt --quiet install --yes libxmu-dev libxi-dev libgl-dev libgles-dev libgtk-4-dev libpulse-dev

0 commit comments

Comments
 (0)