File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -896,20 +896,21 @@ steps:
896
896
limit : 2
897
897
timeout_in_minutes : 120
898
898
899
- - label : " Apple back-deployment macosx11.0 arm64"
900
- command : " libcxx/utils/ci/run-buildbot apple-system-backdeployment-11.0"
901
- artifact_paths :
902
- - " **/test-results.xml"
903
- - " **/*.abilist"
904
- agents :
905
- queue : " libcxx-builders"
906
- os : " macos"
907
- arch : " arm64"
908
- retry :
909
- automatic :
910
- - exit_status : -1 # Agent was lost
911
- limit : 2
912
- timeout_in_minutes : 120
899
+ # TODO: Re-enable this once we've figured out how to run back-deployment testing on arm64 on recent OSes
900
+ # - label: "Apple back-deployment macosx11.0 arm64"
901
+ # command: "libcxx/utils/ci/run-buildbot apple-system-backdeployment-11.0"
902
+ # artifact_paths:
903
+ # - "**/test-results.xml"
904
+ # - "**/*.abilist"
905
+ # agents:
906
+ # queue: "libcxx-builders"
907
+ # os: "macos"
908
+ # arch: "arm64"
909
+ # retry:
910
+ # automatic:
911
+ # - exit_status: -1 # Agent was lost
912
+ # limit: 2
913
+ # timeout_in_minutes: 120
913
914
914
915
- label : " Apple back-deployment with hardening enabled"
915
916
command : " libcxx/utils/ci/run-buildbot apple-system-backdeployment-hardened-11.0"
@@ -919,6 +920,7 @@ steps:
919
920
agents :
920
921
queue : " libcxx-builders"
921
922
os : " macos"
923
+ arch : " x86_64" # TODO: Remove this once we are able to run back-deployment on arm64 again, since this isn't x86_64 specific
922
924
retry :
923
925
automatic :
924
926
- exit_status : -1 # Agent was lost
You can’t perform that action at this time.
0 commit comments