youhua
This commit is contained in:
parent
55798deb2e
commit
5d9bed10f1
19
.github/workflows/arm-test.yml
vendored
19
.github/workflows/arm-test.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Build kernel deb packages(0)
|
name: test
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
@ -9,14 +9,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
# 由于默认的 Ubuntu 环境只有 17G 左右的剩余空间,所以我们需要先利用如下 action 对编译环境进行扩容
|
# 由于默认的 Ubuntu 环境只有 17G 左右的剩余空间,所以我们需要先利用如下 action 对编译环境进行扩容
|
||||||
- name: Maximize build space
|
#- name: Maximize build space
|
||||||
uses: easimon/maximize-build-space@master
|
# uses: easimon/maximize-build-space@master
|
||||||
with:
|
# with:
|
||||||
# 这个值是保留给系统的空间大小,之前设置太小,总会在安装依赖或者编译过程中报设备空间不足的错误而导致编译失败
|
# # 这个值是保留给系统的空间大小,之前设置太小,总会在安装依赖或者编译过程中报设备空间不足的错误而导致编译失败
|
||||||
root-reserve-mb: 4096
|
# root-reserve-mb: 4096
|
||||||
swap-size-mb: 512
|
# swap-size-mb: 512
|
||||||
remove-dotnet: 'true'
|
# remove-dotnet: 'true'
|
||||||
remove-android: 'true'
|
# remove-android: 'true'
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -28,5 +28,6 @@ jobs:
|
|||||||
apt update
|
apt update
|
||||||
apt install neofetch -y
|
apt install neofetch -y
|
||||||
neofetch
|
neofetch
|
||||||
|
df -H /
|
||||||
#bash build_action.sh 0
|
#bash build_action.sh 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user