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

Update of parts DB fails #492

Closed
Bouni opened this issue Jul 3, 2024 · 4 comments
Closed

Update of parts DB fails #492

Bouni opened this issue Jul 3, 2024 · 4 comments
Assignees

Comments

@Bouni
Copy link
Owner

Bouni commented Jul 3, 2024

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?

  1. Let this run on another server and fetch the database from there. Quick fix
  2. Refactor and build a API as discussed in Idea: Hosted Parts DB #450 . Maybe the best way, but a lot of work
@Bouni
Copy link
Owner Author

Bouni commented Jul 3, 2024

It seems that @yaqwsx 's jlcparts has the same issue, an that's the source for our parts db ...

yaqwsx/jlcparts#132

@ukd1
Copy link
Contributor

ukd1 commented Jul 12, 2024

Fixed by #498

@Bouni
Copy link
Owner Author

Bouni commented Jul 19, 2024

@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

@Bouni
Copy link
Owner Author

Bouni commented Jul 26, 2024

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 Bouni closed this as completed Jul 30, 2024
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

No branches or pull requests

4 participants