microzig
microzig copied to clipboard
Various issues
I am having troubles getting examples building with the monorepo. Reporting my issues as requested.
- No mention of need to install requirements.
- bundle.py uses
pathspecwith thenegatekwarg inmatch_tree, but requirements.txt doesn't pin a version. This used 0.11.0 on my machine, butnegateshows up in 0.12.0 - bundle.py uses the
--hard-deferenceoption fromtar, which is not a valid option for OSXtar. I suggest usingtarlib. I got around this, however, by installinggnutarwithbrewand symlinking it totaron myPATH. - No .zon files with the build.zig files for the example. I don't know how to write these to have it point to the server.
No .zon files with the build.zig files for the example. I don't know how to write these to have it point to the server.
I will add this in more detail to the readme, but for now:
Copy/unpack the example base from deployment-zig, which will have the correct build.zig.zon, and you can then use that repo as a testing place
They are much nicer now! I was able to build the rpi2040 examples when following them again.