File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments