Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use tmpdir to avoid no space left error #9486

Merged
merged 2 commits into from
Feb 27, 2025
Merged

chore: use tmpdir to avoid no space left error #9486

merged 2 commits into from
Feb 27, 2025

Conversation

hardfist
Copy link
Contributor

Summary

use temp dir to avoid release debug eats all tmpfs memory, related to rust-lang/rust#64276 (comment)

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Feb 27, 2025
Copy link

netlify bot commented Feb 27, 2025

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit b00f559
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/67bfdacd6c58f1000892f99b

stormslowly
stormslowly previously approved these changes Feb 27, 2025
Copy link

codspeed-hq bot commented Feb 27, 2025

CodSpeed Performance Report

Merging #9486 will not alter performance

Comparing yj/fix-tmp (b00f559) with main (a6324a0)

Summary

✅ 7 untouched benchmarks

@stormslowly
Copy link
Contributor

the problme is caused by no space left in docker container due to large tmp dir.
inspired by @hardfist , map host tmp to container tmp, problem solved.

@stormslowly stormslowly enabled auto-merge (squash) February 27, 2025 05:24
@stormslowly stormslowly merged commit 3e9f504 into main Feb 27, 2025
65 checks passed
@stormslowly stormslowly deleted the yj/fix-tmp branch February 27, 2025 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants