Skip to content

Commit 4acacfd

Browse files
committed
Use normal cmake-out
1 parent 20634a2 commit 4acacfd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build-presets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
preset: [pybind, llm]
42+
preset: [android-arm64-v8a, android-x86_64, pybind, llm]
4343
runner: [linux.2xlarge, linux.arm64.2xlarge]
4444
docker-image: [executorch-ubuntu-22.04-clang12, executorch-ubuntu-22.04-gcc11-aarch64]
4545
# Excluding specific runner + docker image combinations that don't make sense:

CMakePresets.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"name": "android-arm64-v8a",
1111
"displayName": "Build everything buildable on android arm64-v8a",
1212
"inherits": ["common"],
13-
"binaryDir": "${sourceDir}/cmake-out-android-arm64-v8a",
1413
"cacheVariables": {
1514
"EXECUTORCH_BUILD_PRESET_FILE": "${sourceDir}/tools/cmake/preset/android.cmake",
1615
"ANDROID_ABI": "arm64-v8a"
@@ -25,7 +24,6 @@
2524
"name": "android-x86_64",
2625
"displayName": "Build everything buildable on android x86_64",
2726
"inherits": ["common"],
28-
"binaryDir": "${sourceDir}/cmake-out-android-x86_64",
2927
"cacheVariables": {
3028
"EXECUTORCH_BUILD_PRESET_FILE": "${sourceDir}/tools/cmake/preset/android.cmake",
3129
"ANDROID_ABI": "x86_64"

0 commit comments

Comments
 (0)