-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Verifying Heads after Compiling #112
Comments
Unfortunately the same answer to your other tickets. Once ROMs will be reproducible (meaning building locally and from CircleCI will produce the same exact ROM) what you are seeking to accomplish will be possible. You imply as of today that ROM from CircleCi and locally built will he the same. They won't since some components are not bit by bit reproducible as of now. So if one component is not reproducible, the ROM is not reproducible. There are already guides here in issues to investigate this, aimed at developers to help with the current buildsystem. Otherwise you will have to be patient so that Heads changes its build system to rely on NixOS and produces ROMs from a reproducible docker image. Otherwise things leak in produced ROMs, both from CircleCI (which builds under /root/project which path bleeds into busybox and other problems) that are not currently resolvable without changing the way we previously expected build tools to not impact the final ROM. It proved to be a wrong approach. make changes, gawk changed, everything changes. Unless we pin things to create a reproducible docker image, this project will continuously struggle with this kin of issue. I'm closing letting you search for reproducible issues. Please reopen if you think this was closed by error and tag me. |
hi @tlaurion okay, understand now, currently, maybe for temporary, thanks & regards, |
hi @tlaurion,
Below are some steps to verify Heads after compiling:
For step 3 & 4 can refer to audit flashed image
Please kindly add on or modify the steps above, for a better verification.
Thanks and Regards,
The text was updated successfully, but these errors were encountered: