Skip to content

Commit

Permalink
Fix AOSP build artifact location
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Oct 17, 2023
1 parent 144124c commit 7bd0852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
task:
name: Build with AOSP
only_if: $CIRRUS_PR_LABELS =~ ".*aosp-build.*"
timeout_in: 120m
timeout_in: 70m
container:
image: ubuntu:23.04
cpu: 8
Expand All @@ -10,4 +10,4 @@ task:
- ./.github/scripts/build_aosp.sh aosp_arm64 userdebug android-14.0.0_r1
always:
seedvault_artifacts:
path: $CIRRUS_WORKING_DIR/Seedvault.apk
path: Seedvault.apk

0 comments on commit 7bd0852

Please sign in to comment.