tor-browser

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

kind.yml (844B)


      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 loader: taskgraph.loader.transform:loader
      6 
      7 transforms:
      8    - taskgraph.transforms.from_deps
      9    - gecko_taskgraph.transforms.per_platform_dummy
     10    - gecko_taskgraph.transforms.mac_dummy
     11    - gecko_taskgraph.transforms.task
     12 
     13 task-defaults:
     14    run-on-repo-type: [hg]
     15 
     16 only-for-build-platforms:
     17    macosx64-shippable/opt
     18    macosx64-devedition/opt
     19 
     20 kind-dependencies:
     21    - build
     22    - upload-generated-sources
     23 
     24 tasks:
     25    upload-generated-sources-dummy:
     26        description: Dummy task to pull in mac x64 and aarch64 upload-generated-symbols tasks
     27        from-deps:
     28            group-by: single-with-filters
     29        worker-type: succeed