You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Closed
chaowenguo1 opened this issue
Mar 22, 2025
· 3 comments
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
The text was updated successfully, but these errors were encountered:
I'm going to close this issue as inactionable on the rust-lang/rust issue tracker, because this is a GitHub Actions concern and not a concern for the Rust projects in this repo. If you still need assistance, you probably will need to ask the GitHub Actions team at https://github.com/actions/runner-images/.
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
The text was updated successfully, but these errors were encountered: