From 551538fd8f0e0c50652941d2569f8b88e42eb207 Mon Sep 17 00:00:00 2001 From: Steve Soltys Date: Mon, 16 Oct 2023 21:08:11 -0400 Subject: [PATCH] Fix AOSP build artifact location --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8566502f..613c4b00 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 @@ -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