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

Various issues #171

Open
Grazfather opened this issue Feb 17, 2024 · 2 comments
Open

Various issues #171

Grazfather opened this issue Feb 17, 2024 · 2 comments

Comments

@Grazfather
Copy link
Contributor

Grazfather commented Feb 17, 2024

I am having troubles getting examples building with the monorepo. Reporting my issues as requested.

  1. No mention of need to install requirements.
  2. bundle.py uses pathspec with the negate kwarg in match_tree, but requirements.txt doesn't pin a version. This used 0.11.0 on my machine, but negate shows up in 0.12.0
  3. bundle.py uses the --hard-deference option from tar, which is not a valid option for OSX tar. I suggest using tarlib. I got around this, however, by installing gnutar with brew and symlinking it to tar on my PATH.
  4. 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.
@ikskuh
Copy link
Contributor

ikskuh commented Feb 18, 2024

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

@Grazfather
Copy link
Contributor Author

They are much nicer now! I was able to build the rpi2040 examples when following them again.

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

2 participants