File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -326,19 +326,9 @@ jobs:
326326 key : ${{ matrix.name }}
327327 max-size : 800M
328328
329- - name : Setup swap for linking
330- run : |
331- mkdir -p /tmp/swap
332- mount -t tmpfs -o size=2G tmpfs /tmp/swap
333- dd if=/dev/zero of=/tmp/swap/swapfile bs=1M count=2048
334- chmod 600 /tmp/swap/swapfile
335- mkswap /tmp/swap/swapfile
336- swapon /tmp/swap/swapfile
337- free -h
338-
339329 - name : Configure
340330 working-directory : ${{github.workspace}}
341- run : CXX=g++ cmake -Bbuild -GNinja -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
331+ run : CXX=g++ cmake -Bbuild -GNinja -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DENABLE_SFIZZ=0
342332
343333 - name : Build standalone
344334 working-directory : ${{github.workspace}}
You can’t perform that action at this time.
0 commit comments