Skip to content

Commit df5cac1

Browse files
committed
HACK: ci: Add additional disk
This disk is not listed in offical document. So, it may be removed in the future. Signed-off-by: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
1 parent 1917b60 commit df5cac1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/setup_build_env/action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ runs:
8787
pip3 install websockets
8888
df -h
8989
90+
- name: Mount addtional disk
91+
shell: bash
92+
run: |
93+
sudo parted /dev/nvme0n1 --script mklabel gpt mkpart primary ext4 0% 100%
94+
sudo mkfs.ext4 /dev/nvme0n1p1
95+
sudo mkdir -p /mnt
96+
sudo mount /dev/nvme0n1p1 /mnt
97+
9098
- name: Maximize build space
9199
uses: easimon/maximize-build-space@master
92100
with:

0 commit comments

Comments
 (0)