mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
Revert "[libcxx] Temporarily skip Arm configs"
This reverts commit 8a023fed2f
.
The machine is back online.
This commit is contained in:
parent
204800ad0a
commit
cbace67345
@ -905,7 +905,6 @@ steps:
|
||||
- group: "ARM"
|
||||
steps:
|
||||
- label: "AArch64"
|
||||
skip: "Linaro agents offline."
|
||||
command: "libcxx/utils/ci/run-buildbot aarch64"
|
||||
artifact_paths:
|
||||
- "**/test-results.xml"
|
||||
@ -920,7 +919,6 @@ steps:
|
||||
timeout_in_minutes: 120
|
||||
|
||||
- label: "AArch64 -fno-exceptions"
|
||||
skip: "Linaro agents offline."
|
||||
command: "libcxx/utils/ci/run-buildbot aarch64-noexceptions"
|
||||
artifact_paths:
|
||||
- "**/test-results.xml"
|
||||
@ -935,7 +933,6 @@ steps:
|
||||
timeout_in_minutes: 120
|
||||
|
||||
- label: "Armv8"
|
||||
skip: "Linaro agents offline."
|
||||
command: "libcxx/utils/ci/run-buildbot armv8"
|
||||
artifact_paths:
|
||||
- "**/test-results.xml"
|
||||
@ -950,7 +947,6 @@ steps:
|
||||
timeout_in_minutes: 120
|
||||
|
||||
- label: "Armv8 -fno-exceptions"
|
||||
skip: "Linaro agents offline."
|
||||
command: "libcxx/utils/ci/run-buildbot armv8-noexceptions"
|
||||
artifact_paths:
|
||||
- "**/test-results.xml"
|
||||
@ -965,7 +961,6 @@ steps:
|
||||
timeout_in_minutes: 120
|
||||
|
||||
- label: "Armv7"
|
||||
skip: "Linaro agents offline."
|
||||
command: "libcxx/utils/ci/run-buildbot armv7"
|
||||
artifact_paths:
|
||||
- "**/test-results.xml"
|
||||
@ -980,7 +975,6 @@ steps:
|
||||
timeout_in_minutes: 120
|
||||
|
||||
- label: "Armv7 -fno-exceptions"
|
||||
skip: "Linaro agents offline."
|
||||
command: "libcxx/utils/ci/run-buildbot armv7-noexceptions"
|
||||
artifact_paths:
|
||||
- "**/test-results.xml"
|
||||
|
Loading…
Reference in New Issue
Block a user