Skip to content

Commit 0e263bc

Browse files
committed
fix(ci): increase tmpfs size to 10GB for test container
objcopy failed with 'No space left on device' when creating UKI. Use --tmpfs with 10GB limit to provide sufficient space. 🤖 Generated with [Qoder][https://qoder.com]
1 parent 785b33f commit 0e263bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-rpm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
-v /dev:/dev \
178178
-v /run/udev/control:/run/udev/control \
179179
-v ${{ github.workspace }}:/workspace \
180+
--tmpfs /tmp:exec,size=10G \
180181
alibaba-cloud-linux-3-registry.cn-hangzhou.cr.aliyuncs.com/alinux3/alinux3:latest \
181182
sleep infinity
182183

0 commit comments

Comments
 (0)