-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add deprecation notice to README.md * fix docs link * RDART-1087: Update compileSdkVersion to fix android:attr/lStar not found (#1797) * Fix PseudoType (#1815) * Fix for added member element3. Try to make the hack PseudoType more robust by implementing noSuchMethod to always throw. * Fix ejson_lint after LintCode from analyser has become public * Update CHANGELOG * Update CHANGELOG.ejson.md * Fix android emulator test (#1816) * Fix android emulator test * try 2 * Install newer Java * Use 17 * Use gradle 8.5.0 and Java 21 * Update gradle-wrapper.properties * Try to overwrite the gradle cache * Try disabling the cache * Update test gradle packages, revert package properties * More fixes * Upgrade to gradle 8.7 * Revert * Re-enable cache * [Release 3.4.2] (#1817) Co-authored-by: nirinchev <[email protected]> * Add vNext Changelog header (#1818) Co-authored-by: nirinchev <[email protected]> --------- Co-authored-by: Michael O'Brien <[email protected]> Co-authored-by: Tianze Ds <[email protected]> Co-authored-by: Kasper Overgård Nielsen <[email protected]> Co-authored-by: Yavor Georgiev <[email protected]> Co-authored-by: nirinchev <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5f35b71
commit f445c8f
Showing
13 changed files
with
46 additions
and
55 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,9 @@ jobs: | |
name: Build MacOS | ||
uses: ./.github/workflows/build-native.yml | ||
with: | ||
runner: macos-latest | ||
binary: macos | ||
build: '["macos"]' | ||
runner: macos-latest | ||
binary: macos | ||
build: '["macos"]' | ||
|
||
build-linux: | ||
name: Build Linux | ||
|
@@ -220,14 +220,14 @@ jobs: | |
sudo udevadm control --reload-rules | ||
sudo udevadm trigger --name-match=kvm | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
|
||
- name: Setup Java | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: "temurin" | ||
java-version: 11 | ||
java-version: 21 | ||
|
||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v4 | ||
|
||
- name: Fetch artifacts | ||
uses: actions/download-artifact@v4 | ||
|
@@ -251,7 +251,7 @@ jobs: | |
path: | | ||
~/.android/avd/* | ||
~/.android/adb* | ||
key: avd-33-x86_64 | ||
key: avd-31-x86_64_2 | ||
|
||
- name: Create Android Emulator and generate snapshot for caching | ||
if: ${{ steps.avd-cache.outputs.cache-hit != 'true' }} | ||
|
@@ -262,9 +262,8 @@ jobs: | |
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none | ||
api-level: 31 | ||
arch: x86_64 | ||
ndk: 25.2.9519653 | ||
cmake: 3.10.2.4988404 | ||
script: echo "Generated Emulator snapshot for caching." | ||
ndk: 27.0.12077973 | ||
|
||
- name: Run tests on Android Emulator | ||
uses: reactivecircus/android-emulator-runner@v2 | ||
|
@@ -274,9 +273,8 @@ jobs: | |
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none | ||
api-level: 31 | ||
arch: x86_64 | ||
ndk: 25.2.9519653 | ||
cmake: 3.10.2.4988404 | ||
script: cd packages/realm/tests && flutter test integration_test/all_tests.dart --file-reporter=json:test-results.json --suppress-analytics | ||
ndk: 27.0.12077973 | ||
|
||
- name: Publish Test Report | ||
uses: dorny/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters