Skip to content

Make headless work on aarch64 and armhf (armv7)

Nico requested to merge aarch64-finalization into master

Following the two comments at #1854 (comment 44340).

.jar files now get built with

$ ./gradlew --configure-on-demand briar-headless:x86LinuxJar
$ ./gradlew --configure-on-demand briar-headless:aarch64LinuxJar
$ ./gradlew --configure-on-demand briar-headless:armhfLinuxJar

Related to tor-reproducer!13 (merged) and tor-reproducer!14 (closed).

Chat logs at https://chat.briarproject.org/briar/pl/6kgsuccjotg97p7y4xq4tebr6w.

Fixes #1854 (closed).

Edited by Nico

Merge request reports