Skip to content

Commit 9e9d124

Browse files
tannevaledclaude
andcommitted
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

File tree

projects/openjdk.org/v8/package.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ versions:
2828
}
2929
3030
platforms:
31+
# darwin Temurin tarball layout (Contents/Home/) defeats our
32+
# --strip-components=4 path-flattening: configure still rejects
33+
# the result as "not a valid Boot JDK". Needs darwin-specific
34+
# extraction logic we haven't worked out yet; restrict to linux.
3135
- linux/x86-64
3236
- linux/aarch64
33-
- darwin/x86-64
34-
- darwin/aarch64
3537

3638
dependencies:
3739
freetype.org: '*'

0 commit comments

Comments
 (0)