projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a9366c
)
[libc++] Target x86_64 only for the backdeployment jobs
author
Louis Dionne
<ldionne.2@gmail.com>
Mon, 12 Jul 2021 21:34:44 +0000
(17:34 -0400)
committer
Louis Dionne
<ldionne.2@gmail.com>
Tue, 13 Jul 2021 14:29:08 +0000
(10:29 -0400)
Differential Revision: https://reviews.llvm.org/D105846
libcxx/utils/ci/buildkite-pipeline.yml
patch
|
blob
|
history
diff --git
a/libcxx/utils/ci/buildkite-pipeline.yml
b/libcxx/utils/ci/buildkite-pipeline.yml
index
edf707d
..
54fed0d
100644
(file)
--- a/
libcxx/utils/ci/buildkite-pipeline.yml
+++ b/
libcxx/utils/ci/buildkite-pipeline.yml
@@
-495,6
+495,7
@@
steps:
agents:
queue: "libcxx-builders"
os: "macos10.15" # TODO: For now, we're running the back-deployment tests for 10.9 on 10.15, because we don't have proper 10.9 machines
+ arch: "x86_64"
retry:
automatic:
- exit_status: -1 # Agent was lost
@@
-507,6
+508,7
@@
steps:
agents:
queue: "libcxx-builders"
os: "macos10.15"
+ arch: "x86_64"
retry:
automatic:
- exit_status: -1 # Agent was lost