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