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

hermetically create reproducible debs #20

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

hermetically create reproducible debs #20

wants to merge 7 commits into from

Conversation

cj81499
Copy link
Owner

@cj81499 cj81499 commented Aug 23, 2024

Rust go brrrr

TODO:

  • a few TODOs in the code
  • validate that new debs we build are (nearly?) byte-for-byte identical to the old ones1
  • validate that new debs are installable (and work correctly) on a Jailbroken iOS device

Footnotes

  1. pkgdiff may be useful. learned about it via https://yossarian.net/til/post/pkgdiff-makes-archive-diffing-easy

@cj81499 cj81499 changed the title hermetic deb create hermetic and reproducible debs Aug 23, 2024
@cj81499 cj81499 changed the title create hermetic and reproducible debs create reproducible debs Aug 23, 2024
@cj81499 cj81499 changed the title create reproducible debs hermetically create reproducible debs Aug 23, 2024
.bazelrc Outdated Show resolved Hide resolved
Comment on lines +54 to +55
# TODO: can I use a separate manifest (Cargo.toml) for different projects?
# https://github.com/bazelbuild/rules_rust/blob/0e1297d31e2140c5b97d44cb292f135b64944355/examples/bazel_env/MODULE.bazel#L37-L40
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to at least investigate this before merge.

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

Successfully merging this pull request may close these issues.

1 participant