Commit fb9f3f9
test(build): Make hash stable with version increases (#3047)
### Description
Fixes the `command_build_upload_ipa_chunked` integration test which was
failing on macOS aarch64. The test was missing the
`SENTRY_CLI_INTEGRATION_TEST_VERSION_OVERRIDE` environment variable,
causing the uploaded file's checksum to change with different CLI
versions. Adding this override ensures consistent test results by fixing
the version embedded in the zip file's metadata.
### Issues
<!--
* resolves: #1234
* resolves: LIN-1234
-->
---
[Slack
Thread](https://sentry.slack.com/archives/C09CKF6B7T6/p1765984281970479?thread_ts=1765984281.970479&cid=C09CKF6B7T6)
<a
href="https://cursor.com/background-agent?bcId=bc-24fb9dc8-c9cd-4fcb-9746-359155832a8e"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/open-in-cursor-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in
Cursor"
src="https://cursor.com/open-in-cursor.svg"></picture></a> <a
href="https://cursor.com/agents?id=bc-24fb9dc8-c9cd-4fcb-9746-359155832a8e"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/open-in-web-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web"
src="https://cursor.com/open-in-web.svg"></picture></a>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>1 parent 81ece1c commit fb9f3f9
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
241 | 244 | | |
242 | 245 | | |
243 | 246 | | |
| |||
0 commit comments