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

fix: make free space for ci workflows before running them #3206

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

sabify
Copy link
Contributor

@sabify sabify commented Nov 7, 2024

@sabify
Copy link
Contributor Author

sabify commented Nov 7, 2024

It can save up to 23% of disk usage:

Run echo "Disk space before cleanup:"
Disk space before cleanup:
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        73G   53G   21G  73% /
tmpfs           7.9G    2K  7.9G   1% /dev/shm
tmpfs           3.2G  1.1M  3.2G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/sdb15      105M  6.1M   99M   6% /boot/efi
/dev/sda1        74G  4.1G   66G   6% /mnt
tmpfs           1.6G   12K  1.6G   1% /run/user/1001
Disk space after cleanup:
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        73G   37G   37G  50% /
tmpfs           7.9G  172K  7.9G   1% /dev/shm
tmpfs           3.2G  1.1M  3.2G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/sdb15      105M  6.1M   99M   6% /boot/efi
/dev/sda1        74G  4.1G   66G   6% /mnt
tmpfs           1.6G   12K  1.6G   1% /run/user/1001

@sabify sabify mentioned this pull request Nov 7, 2024
@benwis
Copy link
Contributor

benwis commented Nov 7, 2024

I hate that this thing exists

@benwis benwis merged commit f1ebf77 into leptos-rs:main Nov 7, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants