dpgaspar opened a new pull request, #20700: URL: https://github.com/apache/superset/pull/20700
### SUMMARY On M1 testing releases with `./test_run_tarball.sh` fails with: ``` #17 121.9 npm ERR! path /home/superset/apache-superset-2.0.0rc2/superset-frontend/node_modules/puppeteer #17 121.9 npm ERR! command failed #17 121.9 npm ERR! command sh -c node install.js #17 121.9 npm ERR! The chromium binary is not available for arm64. #17 121.9 npm ERR! If you are on Ubuntu, you can install with: #17 121.9 npm ERR! #17 121.9 npm ERR! sudo apt install chromium #17 121.9 npm ERR! #17 121.9 npm ERR! #17 121.9 npm ERR! sudo apt install chromium-browser #17 121.9 npm ERR! #17 121.9 npm ERR! /home/superset/apache-superset-2.0.0rc2/superset-frontend/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserFetcher.js:115 #17 121.9 npm ERR! throw new Error(); #17 121.9 npm ERR! ^ #17 121.9 npm ERR! #17 121.9 npm ERR! Error #17 121.9 npm ERR! at /home/superset/apache-superset-2.0.0rc2/superset-frontend/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserFetcher.js:115:27 #17 121.9 npm ERR! at FSReqCallback.oncomplete (node:fs:198:21) ``` ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> ### TESTING INSTRUCTIONS <!--- Required! What steps can be taken to manually verify the changes? --> ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
