forked from OSchip/llvm-project
[libc++][NFC] Remove outdated comment in CI pipeline definition
This commit is contained in:
parent
52d4c5016c
commit
7d855bb8e1
|
@ -688,7 +688,7 @@ steps:
|
|||
agents:
|
||||
queue: "libcxx-builders"
|
||||
os: "macos"
|
||||
arch: "x86_64" # We need to use x86_64 for back-deployment CI, since the old dylibs were compiled for x86_64
|
||||
arch: "x86_64"
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: -1 # Agent was lost
|
||||
|
@ -703,7 +703,7 @@ steps:
|
|||
agents:
|
||||
queue: "libcxx-builders"
|
||||
os: "macos"
|
||||
arch: "x86_64" # We need to use x86_64 for back-deployment CI, since the old dylibs were compiled for x86_64
|
||||
arch: "x86_64"
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: -1 # Agent was lost
|
||||
|
|
Loading…
Reference in New Issue