forked from OSchip/llvm-project
[libc++] Target x86_64 only for the backdeployment jobs
Differential Revision: https://reviews.llvm.org/D105846
This commit is contained in:
parent
2a9366c0e5
commit
c5ad8bb8d4
|
@ -495,6 +495,7 @@ steps:
|
||||||
agents:
|
agents:
|
||||||
queue: "libcxx-builders"
|
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
|
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:
|
retry:
|
||||||
automatic:
|
automatic:
|
||||||
- exit_status: -1 # Agent was lost
|
- exit_status: -1 # Agent was lost
|
||||||
|
@ -507,6 +508,7 @@ steps:
|
||||||
agents:
|
agents:
|
||||||
queue: "libcxx-builders"
|
queue: "libcxx-builders"
|
||||||
os: "macos10.15"
|
os: "macos10.15"
|
||||||
|
arch: "x86_64"
|
||||||
retry:
|
retry:
|
||||||
automatic:
|
automatic:
|
||||||
- exit_status: -1 # Agent was lost
|
- exit_status: -1 # Agent was lost
|
||||||
|
|
Loading…
Reference in New Issue