-
Notifications
You must be signed in to change notification settings - Fork 17
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
Packages missing from built bundle #61
Comments
Looks like there is some package related tricks here: https://github.com/adafruit/CircuitPython_Community_Bundle/blob/master/.github/workflows/build.yml#L37 |
Aha, thanks, so running this:
outputs:
And then building with this string supplied as --package_folder_prefix does the expected thing:
|
Shall I make a PR for CircuitPython_Community_Bundle with a shell script |
Yes please! That'd be great. |
I am building the circuitpython community bundle, and followed the directions in the README:
the bundle builds without error.
I'm interested in drivers that are packages, for example
wiichuck
, but none of them are present in my bundle:Whereas when I look in the public release bundle,
wiichuck
is present:I checked that
libraries/drivers/wiichuck/
exists in my tree and is populated. It is strange the the wiichuck example does get built, but the driver does not.The same is true of every submodule that builds a package. The .zip I build contains no subdirectories under lib/, only .py files.
Building on Python 3.8, with tools version 1.6.0 in a venv as recommended, on both Ubuntu 18.04 and 20.04.
The text was updated successfully, but these errors were encountered: