Description
As A user of Gaia
I Want to produce a build artifact whose hash matches the official release artifact's
So that I can guarantee that the binary was not compromised
Acceptance Criteria
| Given |
When |
Then |
| a git commit C1 |
I run the build script S1 from the given git commit C1 |
Build artifact B2 is created |
| a binary artifact B1 built by CI for the commit C1 |
|
Hashums of B2 and B1 are equal |
| a build script S1 used to produce that CI build |
|
|
Technical Details
Description
As A user of Gaia
I Want to produce a build artifact whose hash matches the official release artifact's
So that I can guarantee that the binary was not compromised
Acceptance Criteria
Technical Details