Skip to content

chore: add release reproducibility config#1012

Open
ovitrif wants to merge 1 commit into
masterfrom
ovi/release-reproducibility-config
Open

chore: add release reproducibility config#1012
ovitrif wants to merge 1 commit into
masterfrom
ovi/release-reproducibility-config

Conversation

@ovitrif

@ovitrif ovitrif commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Closes #953
Related: #1006
Replaces the release reproducibility portion of #959.

Description

This PR splits the reproducibility work out of #959:

Preview

N/A

QA Notes

Manual workflow behavior should be verified in GitHub Actions (after merge).

Validated locally:

bash -n scripts/reproduce-release.sh
go run github.com/rhysd/actionlint/cmd/actionlint@latest .github/workflows/reproducible-release.yml
git diff --check
tmpdir=$(mktemp -d); jar="$tmpdir/bundletool.jar"; curl --fail --location --silent --show-error https://github.com/google/bundletool/releases/download/1.18.1/bundletool-all-1.18.1.jar --output "$jar"; shasum -a 256 "$jar"; java -jar "$jar" version; rm -rf "$tmpdir"

@ovitrif ovitrif mentioned this pull request Jun 15, 2026
2 tasks
@greptile-apps

This comment has been minimized.

greptile-apps[bot]

This comment was marked as resolved.

chatgpt-codex-connector[bot]

This comment was marked as resolved.

@ovitrif ovitrif force-pushed the ovi/release-reproducibility-config branch from ee1db3e to ad84438 Compare June 15, 2026 10:38
chatgpt-codex-connector[bot]

This comment was marked as resolved.

@ovitrif ovitrif force-pushed the ovi/release-reproducibility-config branch from ad84438 to 26a5059 Compare June 15, 2026 10:44
@ovitrif ovitrif self-assigned this Jun 15, 2026
@ovitrif ovitrif added this to the 2.5.0 milestone Jun 15, 2026
@ovitrif ovitrif force-pushed the ovi/release-reproducibility-config branch from 26a5059 to 213f973 Compare June 15, 2026 12:44
chatgpt-codex-connector[bot]

This comment was marked as resolved.

@ovitrif ovitrif force-pushed the ovi/release-reproducibility-config branch from 213f973 to 7479414 Compare June 15, 2026 12:53
chatgpt-codex-connector[bot]

This comment was marked as resolved.

@ovitrif ovitrif force-pushed the ovi/release-reproducibility-config branch from 7479414 to 857e2c6 Compare June 15, 2026 13:05
chatgpt-codex-connector[bot]

This comment was marked as resolved.

@ovitrif ovitrif force-pushed the ovi/release-reproducibility-config branch from 857e2c6 to 917dd93 Compare June 15, 2026 13:15
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.

v2.2.0: Native libraries not reproducible (libbitkitcore.so, libdatastore_shared_counter.so, libjnidispatch.so, libpubky_app_specs)

1 participant