We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I guess we reached the limits of GH actions runner disk space 😬
https://github.com/Bouni/kicad-jlcpcb-tools/actions/runs/9772117526/job/26975987280#step:6:519
sqlite3.OperationalError: database or disk is full
So, what can we do about this?
The text was updated successfully, but these errors were encountered:
It seems that @yaqwsx 's jlcparts has the same issue, an that's the source for our parts db ...
yaqwsx/jlcparts#132
Sorry, something went wrong.
Fixed by #498
@ukd1
Unfortuantely this still fails with no space left on the device ...
You can see it in the annotations here: https://github.com/Bouni/kicad-jlcpcb-tools/actions/runs/10005331382
I just searched for a solution for the disk space problem and stumbled upon this post: actions/runner-images#2840 (comment)
I gave it a try and it did the trick, the database files are built again successfully 🥳
Bouni
chmorgan
whmountains
No branches or pull requests
I guess we reached the limits of GH actions runner disk space 😬
https://github.com/Bouni/kicad-jlcpcb-tools/actions/runs/9772117526/job/26975987280#step:6:519
sqlite3.OperationalError: database or disk is full
So, what can we do about this?
The text was updated successfully, but these errors were encountered: