Skip to content

Commit

Permalink
build: limit max worker count.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed Oct 25, 2024
1 parent aa73ee4 commit 4758524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
-Pandroid.experimental.androidTest.numManagedDeviceShards=1
-Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1
--max-workers=1

- name: Build with Gradle
run: ./gradlew :androidApp:assembleSnapshotChannelRichCodecRelease
Expand Down
1 change: 1 addition & 0 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {
alias(libs.plugins.androidx.baselineprofile)
id("kotlin-parcelize")
}

android {
namespace = "com.m3u.androidApp"
compileSdk = 34
Expand Down

0 comments on commit 4758524

Please sign in to comment.