File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ jobs:
240240 RISCV_PATH : " /opt/riscv"
241241 steps :
242242 - name : Maximize build space
243- if : ${{ matrix.riscv_toolchain }}
243+ if : ${{ startsWith( matrix.os, 'ubuntu') }}
244244 run : |
245245 # refer to https://github.com/easimon/maximize-build-space,
246246 # we take some ideas from this action but don't use it directly.
@@ -503,10 +503,9 @@ jobs:
503503 - name : ArchLinux
504504 image : archlinux:base
505505 compiler : gcc
506- # FIXME: disable it due to "No space left on device" issue
507- # - name: Rocky Linux 8
508- # image: rockylinux:8
509- # compiler: gcc
506+ - name : Rocky Linux 8
507+ image : rockylinux:8
508+ compiler : gcc
510509 - name : Rocky Linux 9
511510 image : rockylinux:9
512511 compiler : gcc
@@ -521,7 +520,16 @@ jobs:
521520 runs-on : ubuntu-22.04
522521 container :
523522 image : ${{ matrix.image }}
523+ volumes :
524+ - /usr/local/lib/android:/usr-local-lib-android
525+ - /usr/share/dotnet:/usr-share-dotnet
524526 steps :
527+ - name : Maximize build space
528+ run : |
529+ df -h
530+ rm -rf /usr-local-lib-android/*
531+ rm -rf /usr-share-dotnet/*
532+ df -h
525533 - name : Setup ArchLinux
526534 if : ${{ startsWith(matrix.image, 'archlinux') }}
527535 run : |
You can’t perform that action at this time.
0 commit comments