File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
from examples .models import MODEL_NAME_TO_MODEL
13
13
from examples .recipes .xnnpack_optimization import MODEL_NAME_TO_OPTIONS
14
14
15
- # NB: Skip cmake on MacOS to cut down the number of combinations we
16
- # need to run there as the number of MacOS runner is limited. CMake
15
+ # NB: Skip buck2 on MacOS to cut down the number of combinations we
16
+ # need to run there as the number of MacOS runner is limited. Buck2
17
17
# build and test has already been covered on Linux
18
18
BUILD_TOOLS = {
19
- "buck2" : {"linux" , "macos" },
20
- "cmake" : {"linux" },
19
+ "buck2" : {"linux" },
20
+ "cmake" : {"linux" , "macos" },
21
21
}
22
22
DEFAULT_RUNNERS = {
23
23
"linux" : "linux.2xlarge" ,
Original file line number Diff line number Diff line change 70
70
strategy :
71
71
matrix :
72
72
include :
73
- - build-tool : buck2
73
+ - build-tool : cmake
74
74
fail-fast : false
75
75
with :
76
76
runner : macos-m1-12
94
94
strategy :
95
95
matrix :
96
96
include :
97
- - build-tool : buck2
97
+ - build-tool : cmake
98
98
fail-fast : false
99
99
with :
100
100
runner : macos-m1-12
You can’t perform that action at this time.
0 commit comments