Commit 9e9d124
fix(openjdk/v8): linux-only until darwin boot-JDK extraction sorted
configure rejects the extracted Temurin 8 darwin tarball as "not a
valid Boot JDK" even with --strip-components=4. The macOS Temurin
tarball is a nested Contents/Home/ structure and our path flattening
isn't getting bin/java to land where configure looks.
Restrict to linux until the darwin-specific extraction path is
worked out (same temporary measure as R pkgxdev#13045, octave pkgxdev#13054).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 19580fb commit 9e9d124
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
34 | | - | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
0 commit comments