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

deliver patches instead of patched sources #61

Closed
Prince213 opened this issue Jul 7, 2021 · 1 comment
Closed

deliver patches instead of patched sources #61

Prince213 opened this issue Jul 7, 2021 · 1 comment

Comments

@Prince213
Copy link
Contributor

Currently, whenever we update the sources, we apply the same patches again. This is not only redundant but also making the commit log messy.
Suggestions:

  1. Create a separate patch directory for storing patches.
  2. Deliver patched source on release, i.e. apply patches for releases.
@andrewrk
Copy link
Member

Closing this because I don't want there to be an extra step of applying patches after obtaining the zig-bootstrap sources. This introduces a dependency on a patching system, and complicates the build instructions.

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