Can't build on aarch64 #544
-
Describe the bug Screenshots Desktop:
Checklist:
Log(with --stacktrace)
Log again(this time with --debug) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
This is just a guess, but try installing rpm-build and fakeroot. |
Beta Was this translation helpful? Give feedback.
-
Both needed updating, updated them, tried again, and same thing again Looking at the log it seems it's trying to build a deb? Not sure really |
Beta Was this translation helpful? Give feedback.
-
It tries to build all three package types by default (deb, rpm, tar.gz). You can make it build only an rpm package by adding a new line |
Beta Was this translation helpful? Give feedback.
-
Will try that once i get that machine working again, ram stick died and i don't have any that fit so i have to order some new ones |
Beta Was this translation helpful? Give feedback.
It tries to build all three package types by default (deb, rpm, tar.gz). You can make it build only an rpm package by adding a new line
installerType = "rpm"
after line 126 inbuild.gradle
.