mx
mx copied to clipboard
Command-line tool used for the development of Graal projects.
The tags 6.1.6 to 6.1.9 are not pushed on github
reason: When compiling graalvmjdk, mx calls getKnownJavacLints if the local language is Chinese, it will cause UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbf in position 19: invalid start byte, and...
When creating the build schedule, if `--no-native` is passed as a parameter to `mx build` all tasks dominated by an `AbstractNativeBuildTask` (including the `AbstractNativeBuildTask` itself) are removed from the schedule...
i'm use mx behind a proxy like ` export http_proxy=http://localhost:7890/ export https_proxy=$http_proxy`
For example `/Users/chrisseaton/.mx/jdks/labsjdk-ce-11-jvmci-22.1-b03/` is that AMD64 or AArch64?
I might be in the wrong proposing this, but after I made this small edit, it fixed the problem for me. I'm trying to set up a conan recipe for...
Most build system support this, and on some environment, raw "gcc" "g++" and "ar" might not be available
According to [JAR File Specification](https://docs.oracle.com/en/java/javase/17/docs/specs/jar/jar.html#notes-on-manifest-and-signature-files) > Line length: > > No line may be longer than 72 bytes (not characters), in its UTF8-encoded form. If a value would make the...
When I run `mx` on my MacBook M1, it warns that "unknown or unsupported architecture: os=darwin, machine=arm64". So, is there any plan to support ARM 64?