mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 11:08:31 +00:00
Disable parallel gradle in GH actions.
This commit is contained in:
committed by
Alex Hart
parent
591d499462
commit
3f89acf9bd
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
uses: gradle/wrapper-validation-action@v1
|
uses: gradle/wrapper-validation-action@v1
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew qa --parallel
|
run: ./gradlew qa
|
||||||
|
|
||||||
- name: Archive reports for failed build
|
- name: Archive reports for failed build
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
|||||||
4
.github/workflows/diffuse.yml
vendored
4
.github/workflows/diffuse.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
if: steps.cache-base.outputs.cache-hit != 'true'
|
if: steps.cache-base.outputs.cache-hit != 'true'
|
||||||
run: ./gradlew assemblePlayProdRelease --parallel
|
run: ./gradlew assemblePlayProdRelease
|
||||||
|
|
||||||
- name: Copy base apk
|
- name: Copy base apk
|
||||||
if: steps.cache-base.outputs.cache-hit != 'true'
|
if: steps.cache-base.outputs.cache-hit != 'true'
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
clean: 'false'
|
clean: 'false'
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew assemblePlayProdRelease --parallel
|
run: ./gradlew assemblePlayProdRelease
|
||||||
|
|
||||||
- name: Copy PR apk
|
- name: Copy PR apk
|
||||||
run: mv app/build/outputs/apk/playProd/release/*arm64*.apk diffuse-new.apk
|
run: mv app/build/outputs/apk/playProd/release/*arm64*.apk diffuse-new.apk
|
||||||
|
|||||||
Reference in New Issue
Block a user