tor-browser

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

cabextract.yml (770B)


      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        local-toolchain: true
      8    description: "cabextract toolchain build"
      9    worker:
     10        max-run-time: 1800
     11    worker-type: b-linux-docker-amd
     12    run:
     13        script: build-cabextract.sh
     14        toolchain-artifact: public/build/cabextract.tar.zst
     15    fetches:
     16        fetch:
     17            - cabextract
     18 
     19 linux64-cabextract:
     20    treeherder:
     21        symbol: TL(cbx)
     22    run:
     23        arguments: ['x86_64-unknown-linux-gnu']
     24    fetches:
     25        toolchain:
     26            - linux64-clang-toolchain
     27            - sysroot-x86_64-linux-gnu