summaryrefslogtreecommitdiffstats
path: root/comm/taskcluster/ci/toolchain/libotr.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /comm/taskcluster/ci/toolchain/libotr.yml
parentInitial commit. (diff)
downloadthunderbird-upstream/1%115.7.0.tar.xz
thunderbird-upstream/1%115.7.0.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/taskcluster/ci/toolchain/libotr.yml')
-rw-r--r--comm/taskcluster/ci/toolchain/libotr.yml102
1 files changed, 102 insertions, 0 deletions
diff --git a/comm/taskcluster/ci/toolchain/libotr.yml b/comm/taskcluster/ci/toolchain/libotr.yml
new file mode 100644
index 0000000000..04e7765b05
--- /dev/null
+++ b/comm/taskcluster/ci/toolchain/libotr.yml
@@ -0,0 +1,102 @@
+# 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: 'libotr library build'
+ worker-type: b-linux-gcp
+ worker:
+ max-run-time: 1800
+ treeherder:
+ kind: build
+ platform: toolchains/opt
+ tier: 1
+ run-on-projects: []
+ run:
+ using: comm-toolchain-script
+ script: build-libotr.sh
+ toolchain-artifact: public/build/libotr.tar.xz
+
+linux32-libotr:
+ treeherder:
+ symbol: TL(lib32otr)
+ run:
+ arguments: ['linux32']
+ fetches:
+ toolchain:
+ - linux64-clang
+ - linux64-binutils
+ - sysroot-i686-linux-gnu
+
+linux64-libotr:
+ treeherder:
+ symbol: TL(libotr)
+ run:
+ arguments: ['linux64']
+ fetches:
+ toolchain:
+ - linux64-clang
+ - linux64-binutils
+ - sysroot-x86_64-linux-gnu
+
+linux-aarch64-libotr:
+ treeherder:
+ symbol: TL(libotr-aarch64)
+ tier: 2
+ run:
+ arguments: ['linux-aarch64']
+ fetches:
+ toolchain:
+ - sysroot-aarch64-linux-gnu
+ - linux64-clang
+ - linux64-binutils
+
+macosx64-x64-libotr:
+ treeherder:
+ symbol: TM(libotr)
+ worker:
+ env:
+ MACOS_SDK_DIR: "MacOSX13.3.sdk"
+ MACOS_TARGET_SDK: "10.12"
+ run:
+ arguments: ['macosx64']
+ fetches:
+ toolchain:
+ - linux64-binutils
+ - linux64-cctools-port
+ - linux64-clang
+ # Uses the sdk for builds, not the -toolchain sdk
+ - macosx64-sdk
+
+macosx64-aarch64-libotr:
+ treeherder:
+ symbol: TM(libotr-aarch64)
+ worker:
+ env:
+ MACOS_SDK_DIR: "MacOSX13.3.sdk"
+ MACOS_TARGET_SDK: "11.0"
+ run:
+ arguments: ['macosx64-aarch64']
+ fetches:
+ toolchain:
+ - linux64-binutils
+ - linux64-cctools-port
+ - linux64-clang
+ - macosx64-sdk
+
+win32-libotr:
+ worker:
+ docker-image: {in-tree: tb-debian-mingw}
+ treeherder:
+ symbol: TW32(libotr)
+ run:
+ arguments: ['win32']
+
+win64-libotr:
+ worker:
+ docker-image: {in-tree: tb-debian-mingw}
+ treeherder:
+ symbol: TW64(libotr)
+ run:
+ arguments: ['win64']