Skip to content

Commit f29f3be

Browse files
committed
Skip buck2 instead
1 parent f35e018 commit f29f3be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.ci/scripts/gather_test_models.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
from examples.models import MODEL_NAME_TO_MODEL
1313
from examples.recipes.xnnpack_optimization import MODEL_NAME_TO_OPTIONS
1414

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
1717
# build and test has already been covered on Linux
1818
BUILD_TOOLS = {
19-
"buck2": {"linux", "macos"},
20-
"cmake": {"linux"},
19+
"buck2": {"linux"},
20+
"cmake": {"linux", "macos"},
2121
}
2222
DEFAULT_RUNNERS = {
2323
"linux": "linux.2xlarge",

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
matrix:
7272
include:
73-
- build-tool: buck2
73+
- build-tool: cmake
7474
fail-fast: false
7575
with:
7676
runner: macos-m1-12
@@ -94,7 +94,7 @@ jobs:
9494
strategy:
9595
matrix:
9696
include:
97-
- build-tool: buck2
97+
- build-tool: cmake
9898
fail-fast: false
9999
with:
100100
runner: macos-m1-12

0 commit comments

Comments
 (0)