Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Update uniffi version to 0.24.1 #745

Merged
merged 7 commits into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[alias]
uniffi-bindgen = "run --package uniffi-bindgen --"
9 changes: 1 addition & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,8 @@ jobs:
with:
cache-on-failure: true

- name: Install Rust & Uniffi
run: make setup

- name: Install Rust targets
run: |
rustup target add i686-linux-android
rustup target add x86_64-linux-android
rustup target add armv7-linux-androideabi
rustup target add aarch64-linux-android
run: make targets-android

- name: Setup Gradle & Build test cases
uses: gradle/gradle-build-action@v2
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
override: true

- name: Install targets
run: |
rustup target add aarch64-apple-ios
rustup target add aarch64-apple-ios-sim
rustup target add x86_64-apple-ios
run: make targets-ios

- name: Set XCode 14.2
run: sudo xcode-select -switch /Applications/Xcode_14.2.app
Expand Down
14 changes: 2 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
override: true

- name: Install targets
run: |
rustup target add aarch64-apple-ios
rustup target add aarch64-apple-ios-sim
rustup target add x86_64-apple-ios
run: make targets-ios

- name: Set XCode 14.2
run: sudo xcode-select -switch /Applications/Xcode_14.2.app
Expand Down Expand Up @@ -73,15 +70,8 @@ jobs:
with:
cache-on-failure: true

- name: 🦀 Install Rust toolchain & Uniffi
run: make setup

- name: 🦀 Install Rust targets
run: |
rustup target add i686-linux-android
rustup target add x86_64-linux-android
rustup target add armv7-linux-androideabi
rustup target add aarch64-linux-android
run: make targets-android

- name: ⬆️ Publish to Sonatype
uses: gradle/gradle-build-action@v2
Expand Down
Loading
Loading