Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Speedup theFree Disk Space CI step#4310

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
alexisfontaine wants to merge1 commit intoleptos-rs:main
base:main
Choose a base branch
Loading
fromalexisfontaine:chore/speedup-ci-free-disk-space-step

Conversation

alexisfontaine
Copy link
Contributor

@alexisfontainealexisfontaine commentedSep 20, 2025
edited
Loading

TheFree Disk Space job in CI is a significant bottleneck (~5min on hundreds of jobs per workflow). This change replacesrm -rf command withrmz, which is apparently faster at deleting large directories.

If preferred, I can try the more conventionalfind -delete command instead of adding a dependency.

@mohe2015
Copy link
Contributor

How does the performance compare withfind?

@alexisfontaine
Copy link
ContributorAuthor

alexisfontaine commentedSep 20, 2025
edited
Loading

You're right to question that claim – I hadn't actually benchmarkedrmz orfind. My apologies for stating it without verification.

I've been looking into how the Rust project currently handles this, and it seems they've builttheir own script based on thefree-disk-space action.

Interestingly, there's a PR on that action (jlumbroso/free-disk-space#26) with some numbers. It seems benchmarking the different commands within the Leptos CI environment is the best way to determine if it's actually an improvement.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@alexisfontaine@mohe2015

[8]ページ先頭

©2009-2025 Movatter.jp