tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

fenix.yml (2231B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 ---
      5 task-defaults:
      6    attributes:
      7        artifact_map: taskcluster/gecko_taskgraph/manifests/fennec_geckoview.yml
      8        maven_packages:
      9            - geckoview
     10    index:
     11        product: mobile
     12    worker:
     13        docker-image: {in-tree: android-build}
     14        max-run-time: 7200
     15        env:
     16            GRADLE_USER_HOME: "/builds/worker/checkouts/gecko/mobile/android/gradle/dotgradle-offline"
     17    run-on-repo-type: [hg]
     18    run:
     19        using: mozharness
     20        script: "mozharness/scripts/fx_desktop_build.py"
     21        secrets: true
     22        mozconfig-variant: null
     23        tooltool-downloads: internal
     24        actions: [get-secrets, build]
     25        config: ["builds/releng_base_android_64_builds.py"]
     26    run-on-projects: ['integration']
     27    fetches:
     28        toolchain:
     29            - android-ndk-linux
     30            - android-sdk-linux
     31            - linux64-embedded-uniffi-bindgen
     32            - linux64-nimbus-fml
     33            - linux64-jdk
     34            - linux64-rust-android
     35            - linux64-rust-size
     36            - linux64-cbindgen
     37            - linux64-dump_syms
     38            - linux64-nasm
     39            - linux64-node
     40            - sysroot-x86_64-linux-gnu
     41            - sysroot-wasm32-wasi
     42 
     43 android-aarch64-fenix/debug:
     44    description: "Build Android Fenix Debug From Root"
     45    index:
     46        job-name: android-aarch64-fenix-debug
     47    treeherder:
     48        platform: fenix-android-all/opt
     49        symbol: fenix-debug(Br)
     50    worker-type: b-linux-docker-amd
     51    worker:
     52        env:
     53            TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
     54        artifacts:
     55            - name: public/build/fenix.apk
     56              path: /builds/worker/workspace/obj-build/gradle/build/mobile/android/fenix/app/outputs/apk/debug/app-arm64-v8a-debug.apk
     57              type: file
     58    run:
     59        custom-build-variant-cfg: aarch64-fenix-debug
     60    use-sccache: true
     61    fetches:
     62        toolchain:
     63            - linux64-clang
     64            - linux64-sccache
     65            - android-gradle-dependencies