tor-browser

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

rust-size.yml (1095B)


      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    description: "rust-size toolchain build"
      7    worker-type: b-linux-docker-amd
      8    worker:
      9        max-run-time: 1800
     10    run:
     11        script: build-rust-based-toolchain.sh
     12    fetches:
     13        fetch:
     14            - rust-size
     15 
     16 linux64-rust-size:
     17    treeherder:
     18        symbol: TL(rust-size)
     19    run:
     20        arguments: ['x86_64-unknown-linux-gnu']
     21        toolchain-artifact: public/build/rust-size.tar.zst
     22    fetches:
     23        toolchain:
     24            - linux64-clang-toolchain
     25            - linux64-rust-toolchain
     26            - sysroot-x86_64-linux-gnu
     27 
     28 win64-rust-size:
     29    treeherder:
     30        symbol: TW64(rust-size)
     31    run:
     32        arguments: ['x86_64-pc-windows-msvc']
     33        toolchain-artifact: public/build/rust-size.tar.zst
     34    fetches:
     35        toolchain:
     36            - linux64-clang-toolchain
     37            - linux64-rust-windows-toolchain
     38            - vs-toolchain