Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
briar
briar
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 700
    • Issues 700
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 12
    • Merge Requests 12
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • briar
  • briarbriar
  • Merge Requests
  • !1376

Merged
Opened Feb 19, 2021 by Nico Alt@nicoaltDeveloper

Make headless work on aarch64 and armhf (armv7)

  • Overview 18
  • Commits 3
  • Pipelines 15
  • Changes 5

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 Mar 08, 2021 by Nico Alt
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: briar/briar!1376
Source branch: aarch64-finalization