From ae4dad2b731eefce5f65ed1a74510563ffe64c0f Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 2 Dec 2020 16:40:31 -0500 Subject: [PATCH] [libc++] Add a CI job to test libc++ when building for 32 bit Differential Revision: https://reviews.llvm.org/D92508 --- libcxx/utils/ci/buildkite-pipeline.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml index 5ded1befaf2d..b27222c77380 100644 --- a/libcxx/utils/ci/buildkite-pipeline.yml +++ b/libcxx/utils/ci/buildkite-pipeline.yml @@ -374,6 +374,17 @@ steps: - exit_status: -1 # Agent was lost limit: 2 + - label: "32 bit" + command: "libcxx/utils/ci/run-buildbot generic-32bit" + artifact_paths: + - "**/test-results.xml" + agents: + queue: "libcxx-builders" + retry: + automatic: + - exit_status: -1 # Agent was lost + limit: 2 + - label: "MacOS C++20" command: "libcxx/utils/ci/run-buildbot generic-cxx20" artifact_paths: