@@ -41,9 +41,9 @@ We use a **hybrid build approach** to create platform-specific wheels:
4141 - Pre-filtered JARs from artifact (eliminates glob issues)
4242
43433 . ** Windows platform:** Native builds
44- - Uses platform-specific GitHub Actions runner
45- - Native ` jlink ` creates correct JRE for the platform
46- - Pre-filtered JARs from artifact (eliminates glob issues)
44+ - Uses platform-specific GitHub Actions runner
45+ - Native ` jlink ` creates correct JRE for the platform
46+ - Pre-filtered JARs from artifact (eliminates glob issues)
4747
4848** Critical:** All wheels are ** platform-specific** (not ` py3-none-any ` ). This is achieved by:
4949
@@ -157,9 +157,9 @@ jobs:
157157
1581581 . Download pre-filtered JARs artifact
1591592 . Run ` build-native.sh ` :
160- - Uses system Java (GitHub runner provides Java 25)
161- - Runs ` jlink ` natively → platform-specific JRE
162- - Builds wheel with ` python -m build `
160+ - Uses system Java (GitHub runner provides Java 25)
161+ - Runs ` jlink ` natively → platform-specific JRE
162+ - Builds wheel with ` python -m build `
1631633 . Run tests on native platform
164164
165165## JAR Exclusion System
@@ -336,8 +336,8 @@ bindings/python/
336336 - Uploads artifact for native builds
337337
3383382. **test job matrix** (lines 91-364)
339- - Builds 4 platforms
340- - Platform-specific steps (native runners, artifact download, tests)
339+ - Builds 4 platforms
340+ - Platform-specific steps (native runners, artifact download, tests)
341341
3423423. **Test parsing** (lines 200-237)
343343 - JUnit XML generation and parsing
0 commit comments