Skip to content

GitHub action to double check reproducibility of Android AAB - #83

Merged
arrdalan merged 8 commits into
mainfrom
feat/check-reproducibility-android-aab
Jul 23, 2026
Merged

GitHub action to double check reproducibility of Android AAB#83
arrdalan merged 8 commits into
mainfrom
feat/check-reproducibility-android-aab

Conversation

@jkaczman

@jkaczman jkaczman commented May 19, 2026

Copy link
Copy Markdown
Collaborator

Includes changes of #82. Please only merge if changes there look okay. Only true change is .github/workflows/linux-deploy-app.yml

Screenshot 2026-06-20 at 7 26 43 AM

Relevant to issue secluso/core#94

@jkaczman
jkaczman marked this pull request as ready for review June 20, 2026 11:26
@jkaczman
jkaczman requested a review from arrdalan June 20, 2026 11:27
@jkaczman jkaczman moved this from Todo to Awaiting Merge in v1.2 Release Jun 20, 2026
@jkaczman jkaczman removed this from v1.2 Release Jun 26, 2026
@jkaczman jkaczman moved this to In progress in v1.2 Release Jun 26, 2026
@jkaczman jkaczman removed this from v1.2 Release Jun 28, 2026
@jkaczman jkaczman moved this from Todo to In progress in v1.1 Release Jun 28, 2026
@arrdalan

Copy link
Copy Markdown
Collaborator

The line:

sudo sha256sum /home/runner/work/mobile_client/mobile_client/build/reproducible/app-release-unsigned.aab

hard-codes the repository name as well as the runner directory. Instead, I suggest using the GITHUB_WORKSPACE environment variable. I think this should work:

sudo sha256sum "$GITHUB_WORKSPACE/build/reproducible/app-release-unsigned.aab"

@arrdalan
arrdalan merged commit 5290db6 into main Jul 23, 2026
2 checks passed
@arrdalan
arrdalan deleted the feat/check-reproducibility-android-aab branch July 23, 2026 07:07
@github-project-automation github-project-automation Bot moved this from In progress to Done in v1.1 Release Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants