adobe / adobe/aio-cli-plugin-app
macOS 11 Big Sur Apple Silicon M1 arm chip - local debugging won't work
- Dominant language
- JavaScript
- Stars
- 28
- Forks
- 41
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 3
Description
There might be issues with running local debugging on macOS 11 Big Sur on M1 arm chips.
`aio app run --local --verbose`.
Double check if you have the M1 chip: run `aio info`.
Local debugging requirements:
1. `node.js` (should run under Rosetta 2, native binary pending: https://github.com/nodejs/build/issues/2474)
2.` java JRE` (should run under Rosetta 2, native binary pending: https://bugs.openjdk.java.net/browse/JDK-8251280)
3. `Docker`. will not run yet. See https://github.com/docker/for-mac/issues/4733. A comment mentioned "it's months away", so realistically perhaps 1Q 2021.
Because Docker won't run on Apple Silicon during the launch of the Apple machines with the M1 chip, local debugging won't work until Docker creates a new release fixing the issue.
Contributor guide
Research direction
Start by checking the M1 environment with `aio info`, then run `aio app run --local --verbose` and verify the listed Node.js, Java JRE, and Docker requirements. Confirm whether Docker support has changed and whether local debugging now works; otherwise document the current external blocker and compatibility status.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, java, javascript, macos, node.js
- Domain
- cli, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100