Lines Matching +full:libcxx +full:- +full:build
1 # ===----------------------------------------------------------------------===##
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 # ===----------------------------------------------------------------------===##
10 # This file describes the various pre-commit CI bots used to test libc++.
12 # This file should never contain logic -- all the logic must be offloaded
25 - exit_status: -1 # Agent was lost
28 - "**/test-results.xml"
29 - "**/*.abilist"
30 - "**/crash_diagnostics/*"
31 - "**/CMakeConfigureLog.yaml"
32 - "**/CMakeError.log"
33 - "**/CMakeOutput.log"
36 - group: ARM
38 - label: AArch64
39 command: libcxx/utils/ci/run-buildbot aarch64
41 queue: libcxx-builders-linaro-arm
45 - label: AArch64 -fno-exceptions
46 command: libcxx/utils/ci/run-buildbot aarch64-no-exceptions
48 queue: libcxx-builders-linaro-arm
52 - label: Armv8
53 command: libcxx/utils/ci/run-buildbot armv8
55 queue: libcxx-builders-linaro-arm
59 - label: Armv8 -fno-exceptions
60 command: libcxx/utils/ci/run-buildbot armv8-no-exceptions
62 queue: libcxx-builders-linaro-arm
66 - label: Armv7
67 command: libcxx/utils/ci/run-buildbot armv7
69 queue: libcxx-builders-linaro-arm
73 - label: Armv7 -fno-exceptions
74 command: libcxx/utils/ci/run-buildbot armv7-no-exceptions
76 queue: libcxx-builders-linaro-arm
80 - label: Armv7-M picolibc
81 command: libcxx/utils/ci/run-buildbot armv7m-picolibc
83 queue: libcxx-builders-linaro-arm
87 - label: Armv7-M picolibc -fno-exceptions
88 command: libcxx/utils/ci/run-buildbot armv7m-picolibc-no-exceptions
90 queue: libcxx-builders-linaro-arm
94 - group: AIX
96 - label: AIX (32-bit)
97 command: libcxx/utils/ci/run-buildbot aix
103 queue: libcxx-builders
107 - label: AIX (64-bit)
108 command: libcxx/utils/ci/run-buildbot aix
114 queue: libcxx-builders
118 # TODO: Re-enable this when the FreeBSD runners are back online
119 # https://github.com/llvm/llvm-project/issues/117780
120 # - group: ':freebsd: FreeBSD'
122 # - label: FreeBSD 13 amd64
123 # command: libcxx/utils/ci/run-buildbot generic-cxx26
128 # queue: libcxx-builders
132 - group: ':android: Android'
134 - label: Android 5.0, x86 NDK
135 command: libcxx/utils/ci/run-buildbot android-ndk-21-def-x86
137 queue: libcxx-builders
141 - label: Android 13, x86_64 NDK
142 command: libcxx/utils/ci/run-buildbot android-ndk-33-goog-x86_64
144 queue: libcxx-builders