Commit c5c152e
committed
Allowance for Java 25, GitHub CI on Windows, when cloned repository is
on a different volume than the Java temporary directory.
- On GitHub CI on Windows, the cloned repository is on a different
volume than the Java temporary directory.
- This means we cannot use the source file directly as the target of a
link.
- Copy the text fixture to the destination directory to make sure it is
on the same volume as the Java temporary directory.
Seen on GitHub on macOS:
Apache Maven 3.9.12 (848fbb4bf2d427b72bdb2471c22fced7ebd9a7a1)
Maven home: /opt/homebrew/Cellar/maven/3.9.12/libexec
Java version: 1.8.0_482, vendor: Azul Systems, Inc., runtime:
/Users/runner/hostedtoolcache/Java_Zulu_jdk/8.0.482-8/arm64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "15.7.4", arch: "aarch64", family: "mac"
...
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.084 s -- in org.apache.commons.io.filefilter.WildcardFileFilterTest
/Users/runner/work/_temp/7937f890-35c1-4d5c-80e6-45c356b208f7.sh: line
1: 19348 Abort trap: 6 mvn --errors --show-version
--batch-mode --no-transfer-progress -DtrimStackTrace=false
V [libjvm.dylib+0xee1f8] ObjectStartArray::object_start(HeapWord*)
const+0x120
Error: Process completed with exit code 134.1 parent b63f1f5 commit c5c152e
1 file changed
Lines changed: 4 additions & 2 deletions
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
99 | 101 | | |
100 | | - | |
101 | | - | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
0 commit comments