Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T
tor-browser-build
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 196
    • Issues 196
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • The Tor Project
  • Applications
  • tor-browser-build
  • Issues
  • #40140

Closed
Open
Opened Nov 05, 2020 by Georg Koppen@gkDeveloper

Create own gradle project

Right now the Gradle compiler is included in the android-toolchain project in different versions. It seems to change more often and differently for our mobile projects (above all application-services, android-components, and fenix) which is causing a toolchain rebuild and subsequent project rebuilding more often than actually needed (why should the rust project get rebuilt for all architectures just because the fenix compiler changed?).

I think we can solve this by having an own gradle project and depending at least the three above mentioned projects on it. We can use the pc(c("origin_project"), "var/$foo") trick to give the right compiler vesion back to the project as they vary widely at the moment.

That way we keep the flexibility for staying close to the actually used compiler versions by Mozilla's projects while only rebuilding the directly affected projects in case a Gradle version bump happened.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor Browser: 10.0
Milestone
Tor Browser: 10.0
Assign milestone
Time tracking
None
Due date
None
Reference: tpo/applications/tor-browser-build#40140