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

Flatpak builder cache should consider architecture #628

Closed
phw opened this issue Mar 14, 2017 · 0 comments
Closed

Flatpak builder cache should consider architecture #628

phw opened this issue Mar 14, 2017 · 0 comments

Comments

@phw
Copy link

phw commented Mar 14, 2017

Currently when calling flatpak-builder for the same JSON file with different architecture, this always invalidates the cache. Currently I work around this by creating separate build directories and copy the necessary files into them, but I think the easier solution would be for builder to consider the architecture and crate separate caches, e.g. by creating something like:

  • .flatpak-builder/
    • build
      • i386
      • x86_64
    • cache
      • i386
      • x86_64
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

1 participant