From 4758524db2d7f5ce6d1c1decb603330ebb5dd940 Mon Sep 17 00:00:00 2001 From: oxy Date: Sat, 26 Oct 2024 01:49:02 +0800 Subject: [PATCH] build: limit max worker count. --- .github/workflows/android_snapshot.yml | 1 + androidApp/build.gradle.kts | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/android_snapshot.yml b/.github/workflows/android_snapshot.yml index 5886d6e7b..27c7c6444 100644 --- a/.github/workflows/android_snapshot.yml +++ b/.github/workflows/android_snapshot.yml @@ -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 diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index 6bf20edd1..d5d730134 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -10,6 +10,7 @@ plugins { alias(libs.plugins.androidx.baselineprofile) id("kotlin-parcelize") } + android { namespace = "com.m3u.androidApp" compileSdk = 34