Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[๐ฅAUDIT๐ฅ] Do not look in a subdir for java11 in the M1 case. (#110)
๐ _This is an audit!_ ๐ ## Summary: java lives in one of these directories: ``` /usr/local/Cellar/openjdk@11/11.<something> # x86_64 /opt/homebrew/Cellar/openjdk@11/11.<something> # M1 ``` But M1 has a convenience symlink `/opt/homebrew/opt/openjdk@11`, which points directly into `/opt/homebrew/Cellar/openjdk@11/11.<something>`. I thought it pointed just to `/opt/homebrew/Cellar/openjdk@11`, but I was wrong. That means we shouldn't look for the `11.*` dir ourselves, in the M1 case. Issue: https://khanacademy.slack.com/archives/C04SEFXQBNU/p1709587347376909 ## Test plan: Fingers crossed, James is going to try it. Author: csilvers Auditors: #infra-platform Required Reviewers: Approved By: Checks: Pull Request URL: #110
- Loading branch information