-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Mac-arm64 target #218
Comments
Looks like there was no native method in 2.0.1 either but the exception was caught and defaulted to |
I found that colors still work with |
That's handy. |
Anyone tracked down why colors stopped workin in 2.1.1? I dont have colours either in mvn 3.8.2 |
$ uname -a Its a apple m1 mac mini |
@gnodet btw when you use maven 3.8.3, and mvnd 0.6.0 then you have this on aarch64 mac apple m1
So if we can get jansi to support aarch64 and into a new release then mvnd could use that and get this working ;) |
Could you try the #222 PR and see if the library is valid ? |
@gnodet not sure if I should build it in another way, this is what I did, see the gist And this is with your PR merged. commit 5fe9293 (HEAD -> gnodet-mac-arm64)
|
@davsclaus , this looks like maven is shading the being-built version of jansi. Could you comment the Then simply run the following command and give the output ?
|
Thanks, here is the output |
It would be nice if Jansi worked on the M1 so that colors work in Maven.
The text was updated successfully, but these errors were encountered: