tor-browser

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

windows.yml (3216B)


      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    worker-type: b-win2022
      7    worker:
      8        max-run-time: 10800
      9        env:
     10            MOZ_JS_UPLOAD_BINARIES_DEFAULT: "0"
     11    run:
     12        tooltool-downloads: public
     13 
     14 sm-plain-win64/debug:
     15    description: "Spidermonkey Plain win64 debug"
     16    index:
     17        job-name: sm-plain-win64-debug
     18    treeherder:
     19        platform: windows2012-64/debug
     20        symbol: SM(p)
     21    run:
     22        spidermonkey-variant: plaindebug
     23        spidermonkey-platform: win64
     24    fetches:
     25        toolchain:
     26            - win64-cbindgen
     27            - win64-clang
     28            - win64-rust
     29            - win64-mozmake
     30            - vs
     31 
     32 sm-plain-win32/debug:
     33    description: "Spidermonkey Plain win32 debug"
     34    index:
     35        job-name: sm-plain-win32-debug
     36    treeherder:
     37        platform: windows2012-32/debug
     38        symbol: SM(p)
     39        tier: 2
     40    run:
     41        spidermonkey-variant: plaindebug
     42        spidermonkey-platform: win32
     43    run-on-projects: ['mozilla-central']
     44    fetches:
     45        toolchain:
     46            - win64-cbindgen
     47            - win64-clang
     48            - win64-rust
     49            - win64-mozmake
     50            - vs
     51 
     52 sm-plain-win64/opt:
     53    description: "Spidermonkey Plain win64 opt"
     54    index:
     55        job-name: sm-plain-win64-opt
     56    treeherder:
     57        platform: windows2012-64/opt
     58        symbol: SM(p)
     59    run:
     60        spidermonkey-variant: plain
     61        spidermonkey-platform: win64
     62    fetches:
     63        toolchain:
     64            - win64-cbindgen
     65            - win64-clang
     66            - win64-rust
     67            - win64-mozmake
     68            - vs
     69 
     70 sm-plain-win32/opt:
     71    description: "Spidermonkey Plain win32 opt"
     72    index:
     73        job-name: sm-plain-win32-opt
     74    treeherder:
     75        platform: windows2012-32/opt
     76        symbol: SM(p)
     77        tier: 2
     78    run:
     79        spidermonkey-variant: plain
     80        spidermonkey-platform: win32
     81    run-on-projects: ['mozilla-central']
     82    fetches:
     83        toolchain:
     84            - win64-cbindgen
     85            - win64-clang
     86            - win64-rust
     87            - win64-mozmake
     88            - vs
     89 
     90 sm-compacting-win64/debug:
     91    description: "Spidermonkey Compacting win64 debug"
     92    index:
     93        job-name: sm-compacting-win64-debug
     94    treeherder:
     95        platform: windows2012-64/debug
     96        symbol: SM(cgc)
     97    run:
     98        spidermonkey-variant: compacting
     99        spidermonkey-platform: win64
    100    fetches:
    101        toolchain:
    102            - win64-cbindgen
    103            - win64-clang
    104            - win64-rust
    105            - win64-mozmake
    106            - vs
    107 
    108 sm-compacting-win32/debug:
    109    description: "Spidermonkey Compacting win32 debug"
    110    index:
    111        job-name: sm-compacting-win32-debug
    112    treeherder:
    113        platform: windows2012-32/debug
    114        symbol: SM(cgc)
    115        tier: 2
    116    run:
    117        spidermonkey-variant: compacting
    118        spidermonkey-platform: win32
    119    run-on-projects: []
    120    fetches:
    121        toolchain:
    122            - win64-cbindgen
    123            - win64-clang
    124            - win64-rust
    125            - win64-mozmake
    126            - vs