Skip to content

Commit

Permalink
Update CI and cmake presets
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed May 22, 2024
1 parent 94a6123 commit f19b7ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/binary-combine-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Fetch x86 build
uses: actions/download-artifact@v4
with:
name: librealm-android-x86
path: packages/realm_dart/binary/android
- name: Fetch x86_64 build
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -41,7 +36,6 @@ jobs:
uses: geekyeggo/delete-artifact@v4
with:
name: |
librealm-android-x86
librealm-android-x86_64
librealm-android-armeabi-v7a
librealm-android-arm64-v8a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
runner: ubuntu-20.04
binary: android
build: '["android-x86", "android-x86_64", "android-armeabi-v7a", "android-arm64-v8a"]'
build: '["android-x86_64", "android-armeabi-v7a", "android-arm64-v8a"]'

build-ios:
name: Build IOS
Expand Down
14 changes: 0 additions & 14 deletions packages/realm_dart/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@
"ANDROID_NDK_HOME": "$env{ANDROID_NDK}"
}
},
{
"name": "android-x86",
"displayName": "Android x86",
"inherits": "android",
"cacheVariables": {
"CMAKE_ANDROID_ARCH_ABI": "x86"
}
},
{
"name": "android-x86_64",
"displayName": "Android x86_64",
Expand Down Expand Up @@ -138,12 +130,6 @@
"displayName": "x64",
"configuration": "Debug"
},
{
"name": "android-x86",
"configurePreset": "android-x86",
"displayName": "x86",
"configuration": "Debug"
},
{
"name": "android-x86_64",
"configurePreset": "android-x86_64",
Expand Down

0 comments on commit f19b7ea

Please sign in to comment.