NativeImageBuildRemoteContainerRunner: Podman on Windows statfs error for prepending e.g. //c/ for C:\ drive #25865
Labels
area/container-image
area/native-image
env/windows
Impacts Windows machines
kind/bug
Something isn't working
Milestone
Describe the bug
containers/podman#14414
Expected behavior
It works.
Actual behavior
How to Reproduce?
Example
CollectionPolicy\$BySpaceAndTime
Having the option on
-H:InitialCollectionPolicy=com.oracle.svm.core.genscavenge.CollectionPolicy\$BySpaceAndTime
produces:The reason is that the
\
is superfluous on Windows.$
does not need the escape.Output of
uname -a
orver
Windows 10 Enterprise
Output of
java -version
Java 11
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.8.3.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: