8000 Remove some non-determinism · Issue #1377 · Acode-Foundation/Acode · GitHub
[go: up one dir, main page]

Skip to content
Remove some non-determinism #1377
Closed
@licaon-kter

Description

@licaon-kter

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

Your app is not built reproducible in F-Droid, but we continuously test older versions on https://verification.f-droid.org and would like more and more apps to become repro

Looking at the latest report for your app: https://verification.f-droid.org/packages/com.foxdebug.acode/

Can you track where is that BUILDINFO_TIMESTAMP set and maybe set it to be based on the last commit eg. git log -1 --pretty=%ct ?

Or better yet, F-Droid implemented SOURCE_DATE_EPOCH environment variable, based on the last commit so you could try to use that or, if not set, fallback to the current solution.

ref: https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1653

ref: https://reproducible-builds.org/docs/source-date-epoch/

Environment

F-Droid build server

If applicable, add mockups / screenshots regarding your vision

No response

If applicable, attach your Acode.log file to this issue.

Acode.log

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0