Skip to content

i try to build rust in github action but get System.IO.IOException: No space left on device : '/home/runner/runners/2.322.0/_diag/Worker_20250321-122340-utc.log' #138825

@ghost

Description

i try to fork rust github repo and build in github action but get System.IO.IOException: No space left on device : '/home/runner/runners/2.322.0/_diag/Worker_20250321-122340-utc.log'

github action workflow:

on: push

jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@main
- run: |
./configure --set install.prefix=${{github.workspace}}/product --set install.sysconfdir=${{github.workspace}}/product
make
make install
cd ${{github.workspace}}
tar -cjvf rust.tar.bz2 product

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions