Commit 2a7801f
fix: include Java version in Cargo cache key for rust tests
The linux-test-rust job caches native/target which contains JNI-related
build artifacts. Without Java version in the cache key, Java 11 and 17
jobs could restore incompatible cached artifacts from each other.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent ae11ac8 commit 2a7801f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments