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

[HOW] Import custom/external librarys #723

Open
N0cynym opened this issue Nov 14, 2024 · 3 comments
Open

[HOW] Import custom/external librarys #723

N0cynym opened this issue Nov 14, 2024 · 3 comments
Assignees
Labels
question This is just a question, not a problem

Comments

@N0cynym
Copy link

N0cynym commented Nov 14, 2024

What do you want to achieve?

I would like to use all ERC and DRC tests which KiCad offers.

That's working local pretty well but if I use a remote server for my KiBot execution I end up with a different result.

If I create or use some custom/external symbol or footprint librarys in my project I end up with ERC and DRC fails while executing KiBot as docker image:

  • lib_symbol_issues
    • The current configuration does not include the library 'xyz'
    • Symbol '123' not found in symbol library 'xyz'
  • lib_footprint_issues
    • The current configuration does not include the library 'xyz'
    • Footprint '123' not found in library 'xyz'

Is there any idea or way of importing missing librarys or do I need to build my own KiBot docker?

@N0cynym N0cynym added the question This is just a question, not a problem label Nov 14, 2024
@set-soft
Copy link
Member

You have various options:

  • Add the libs to your repo, directly or using sub modules
  • Download them in your workflow and make them available
  • Just filter those errors on the workflow

@N0cynym
Copy link
Author

N0cynym commented Nov 15, 2024

Thanks @set-soft for your time to have a look into my issue.

  • About the first option:
    • Don't we had kind of a bug with KiBot and Git submodules? 🤔
  • About option two:
    • That sounds great!
    • Could you provide me the path I should download it into the docker?

@set-soft
Copy link
Member

Thanks @set-soft for your time to have a look into my issue.

  • About the first option:

    • Don't we had kind of a bug with KiBot and Git submodules? 🤔

From the point of view of KiBot there is no difference between a module and the main repo, so I don't think so

  • About option two:

    • That sounds great!
    • Could you provide me the path I should download it into the docker?

Use curl, is installed in the KiBot full/test images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question This is just a question, not a problem
Projects
None yet
Development

No branches or pull requests

2 participants