diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /taskcluster/ci/toolchain/geckodriver.yml | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/ci/toolchain/geckodriver.yml')
-rw-r--r-- | taskcluster/ci/toolchain/geckodriver.yml | 137 |
1 files changed, 0 insertions, 137 deletions
diff --git a/taskcluster/ci/toolchain/geckodriver.yml b/taskcluster/ci/toolchain/geckodriver.yml deleted file mode 100644 index 252befa3fb..0000000000 --- a/taskcluster/ci/toolchain/geckodriver.yml +++ /dev/null @@ -1,137 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. ---- -job-defaults: - description: "geckodriver toolchain build" - worker-type: b-linux-gcp - worker: - max-run-time: 1800 - run-on-projects: ['trunk'] - attributes: - build_type: opt - geckodriver: true - shippable: true - rebuild-on-release: true - run: - script: build-geckodriver.sh - toolchain-artifact: public/build/geckodriver.tar.gz - sparse-profile: null - resources: - - 'testing/geckodriver' - - 'testing/mozbase/rust' - - 'testing/webdriver' - # Changes to 'third_party/rust' should be captured by - # 'testing/geckodriver/Cargo.toml'. - -# For Linux platforms target "*-musl" so that the binary will be statically linked. - -linux32-geckodriver: - treeherder: - symbol: TL32(gd) - platform: linux32/opt - run: - arguments: ['i686-unknown-linux-musl'] - attributes: - build_platform: linux-geckodriver - fetches: - toolchain: - - linux64-rust-static - -linux64-geckodriver: - treeherder: - symbol: TL(gd) - platform: linux64/opt - run: - arguments: ['x86_64-unknown-linux-musl'] - attributes: - build_platform: linux64-geckodriver - fetches: - toolchain: - - linux64-rust-static - -linux64-aarch64-geckodriver: - treeherder: - symbol: TL(gd) - platform: linux64-aarch64/opt - run: - arguments: ['aarch64-unknown-linux-musl'] - attributes: - build_platform: linux64-aarch64-geckodriver - fetches: - toolchain: - - linux64-clang-toolchain - - linux64-rust-static - -macosx64-geckodriver: - treeherder: - symbol: TM(gd) - platform: macosx64/opt - run: - arguments: ['x86_64-apple-darwin'] - attributes: - build_platform: macosx64-geckodriver - fetches: - toolchain: - - linux64-clang-toolchain - - linux64-rust-macos - - macosx64-sdk-toolchain - -macosx64-aarch64-geckodriver: - treeherder: - symbol: TM(gd) - platform: macosx64-aarch64/opt - run: - arguments: ['aarch64-apple-darwin'] - attributes: - build_platform: macosx64-aarch64-geckodriver - fetches: - toolchain: - - linux64-clang-toolchain - - linux64-rust-macos - - macosx64-sdk-toolchain - -win32-geckodriver: - treeherder: - symbol: TW32(gd) - platform: win32/opt - run: - arguments: ['i686-pc-windows-msvc'] - toolchain-artifact: public/build/geckodriver.zip - attributes: - build_platform: win32-geckodriver - fetches: - toolchain: - - linux64-clang-toolchain - - linux64-rust-windows - - vs-toolchain - -win64-aarch64-geckodriver: - treeherder: - symbol: TW64(gd) - platform: windows2012-aarch64/opt - run: - arguments: ['aarch64-pc-windows-msvc'] - toolchain-artifact: public/build/geckodriver.zip - attributes: - build_platform: win64-aarch64-geckodriver - fetches: - toolchain: - - linux64-clang-toolchain - - linux64-rust-windows - - vs-toolchain - -win64-geckodriver: - treeherder: - symbol: TW64(gd) - platform: win64/opt - run: - arguments: ['x86_64-pc-windows-msvc'] - toolchain-artifact: public/build/geckodriver.zip - attributes: - build_platform: win64-geckodriver - fetches: - toolchain: - - linux64-clang-toolchain - - linux64-rust-windows - - vs-toolchain |