build: update sentry cli for m1 support (#38704)
This commit is contained in:
parent
2a81b2aea3
commit
43f5cf1eae
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def main():
|
||||||
npx_env = os.environ.copy()
|
npx_env = os.environ.copy()
|
||||||
npx_env['npm_config_yes'] = 'true'
|
npx_env['npm_config_yes'] = 'true'
|
||||||
subprocess.check_output([
|
subprocess.check_output([
|
||||||
NPX_CMD, '@sentry/cli@1.51.1', 'difutil', 'bundle-sources',
|
NPX_CMD, '@sentry/cli@1.62.0', 'difutil', 'bundle-sources',
|
||||||
symbol_file], env=npx_env)
|
symbol_file], env=npx_env)
|
||||||
|
|
||||||
files += glob.glob(SYMBOLS_DIR + '/*/*/*.src.zip')
|
files += glob.glob(SYMBOLS_DIR + '/*/*/*.src.zip')
|
||||||
|
|
Loading…
Reference in a new issue