Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Sep 8, 2024
1 parent 5534d55 commit 4b44026
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 2 deletions.
Empty file added .turbo/cookies/1.cookie
Empty file.
Empty file added .turbo/cookies/2.cookie
Empty file.
Empty file.
11 changes: 11 additions & 0 deletions example/.turbo/turbo-android.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
info A dev server is already running for this project on port 8081.
* daemon not running; starting now at tcp:5037
* daemon started successfully
info Launching emulator...
error Failed to launch emulator. Reason: The emulator (INFO | Storing crashdata in: /tmp/android-osp/emu-crash-34.2.15.db, detection is enabled for process: 47155) quit before it finished opening. You can try starting the emulator manually from the terminal with: /Users/osp/Library/Android/sdk/emulator/emulator @INFO | Storing crashdata in: /tmp/android-osp/emu-crash-34.2.15.db, detection is enabled for process: 47155.
warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch.
info Installing the app...
Starting a Gradle Daemon (subsequent builds will be faster)


> Starting Daemon> IDLE<-------------> 0% INITIALIZING [63ms]<-------------> 0% INITIALIZING [167ms]<-------------> 0% INITIALIZING [266ms]> Evaluating settings<-------------> 0% INITIALIZING [363ms]<-------------> 0% INITIALIZING [468ms]<-------------> 0% INITIALIZING [563ms]<-------------> 0% INITIALIZING [667ms]<-------------> 0% INITIALIZING [768ms]<-------------> 0% INITIALIZING [868ms]<-------------> 0% INITIALIZING [968ms]<-------------> 0% INITIALIZING [1s]> Evaluating settings > Resolve dependencies of detachedConfiguration1> Evaluating settings<-------------> 0% INITIALIZING [2s][?12l[?25h
2 changes: 2 additions & 0 deletions example/.turbo/turbo-build$colon$android.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.6/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
[?12l[?25h
2 changes: 1 addition & 1 deletion scripts/test-android.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
JAVA_OPTS=-XX:MaxHeapSize=6g yarn turbo run android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
JAVA_OPTS=-XX:MaxHeapSize=6g yarn turbo run android --cache-dir=.turbo/android
node ./scripts/poll-in-app-server.js
17 changes: 16 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@
],
"outputs": []
},
"android": {
"inputs": [
"package.json",
"android",
"!android/build",
"src/*.ts",
"src/*.tsx",
"example/package.json",
"example/android",
"!example/android/.gradle",
"!example/android/build",
"!example/android/app/build"
],
"outputs": []
},
"build:ios": {
"inputs": [
"package.json",
Expand All @@ -31,4 +46,4 @@
"outputs": []
}
}
}
}

0 comments on commit 4b44026

Please sign in to comment.