Gradle task hangs on Apple M1 Max? #1276
Unanswered
paullatzelsperger
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
Love ACT, recently moved to an Apple Macbook Pro M1 Max. However, when I try to execute the build pipeline for our Java project, which contains many Gradle tasks, Gradle (7.4.1) seems to hang right after starting the daemon. this is what my shell shows, it stays the same for hours:
I did supply the
--container-architecture linux/arm64
argument, no difference.That same task works on my (Arch) Linux machine. While it's workable to power the linux box on, ssh into it, do a git pull run
act
it is still a pain, so may this issue is something worth looking at.Do you think this is a docker issue (I know that Docker+Apple, especially M1 has been wonky) or rather something that by be rooted in ACT itself?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions