From 6e00091e9cd2ffc81de9ff0825eaa0988aa9f202 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Wed, 24 Sep 2025 20:17:21 +0800 Subject: [PATCH] =?UTF-8?q?arm64,=20riscv64=20runner=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20/=20=E7=9A=84=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gfdgd_xi <3025613752@qq.com> --- .github/workflows/building-deb-base-riscv64.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/building-deb-base-riscv64.yml b/.github/workflows/building-deb-base-riscv64.yml index fe43da7..d1f68aa 100755 --- a/.github/workflows/building-deb-base-riscv64.yml +++ b/.github/workflows/building-deb-base-riscv64.yml @@ -68,19 +68,6 @@ jobs: name: ${{ inputs.display-name || 'Build Job' }} runs-on: riscv-builders steps: - # 由于默认的 Ubuntu 环境只有 17G 左右的剩余空间,所以我们需要先利用如下 action 对编译环境进行扩容 - - name: Maximize build space - uses: easimon/maximize-build-space@master - with: - # 这个值是保留给系统的空间大小,之前设置太小,总会在安装依赖或者编译过程中报设备空间不足的错误而导致编译失败 - root-reserve-mb: 4096 - swap-size-mb: 512 - remove-dotnet: 'true' - remove-docker-images: 'true' - remove-codeql: 'true' - remove-haskell: 'true' - remove-android: 'true' - - name: Clone Repository To Get Script run: | #apt update