docs(#46): verified-closed reproducible-build sub-item#53
Merged
Conversation
Independently confirmed bit-for-bit reproducibility: two clean git-archive rebuilds of `ts_cli --release --locked` under the pinned toolchain produce an identical binary hash (local run + the Reproducible-release-build CI job on every push). Closes the last open sub-item of the supply-chain work (#46); cargo-deny, SBOM, SLSA v3, and cosign were already in place. Historical CHANGELOG entries left intact; this is a new [Unreleased] note. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes the last open sub-item of JG #46 (supply-chain verifiability): independently-verified bit-for-bit reproducible builds.
scripts/rebuild_and_compare_release.shbuildsts_cli --release --lockedtwice from cleangit archivecheckouts under the pinned toolchain (SOURCE_DATE_EPOCHfrom the commit,--remap-path-prefix,-C strip=symbols,CARGO_INCREMENTAL=0) and byte-compares. Confirmed locally (identical sha256 across both builds) and by theReproducible release buildCI job that runs on every push/PR.The rest of #46 was already shipped/merged: cargo-deny (advisories/licenses/bans/sources), CycloneDX SBOM, SLSA v3 provenance, cosign keyless signing.
Doc-only change (new
[Unreleased]CHANGELOG note; historical entries untouched).Note: the
slsa-github-generatorreusable-workflow pin inrelease.ymlis@v2.0.0;v2.1.0is now the latest upstream tag. The pin is intentionally kept and must be re-confirmed current at release time (per the comment inrelease.yml).🤖 Generated with Claude Code