From 2d68c3addd59cd68a47aacde755ad06694ca2f59 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 3 Jul 2023 11:37:23 -0400 Subject: [PATCH] [CI:BUILD] Minor: Don't confuse osx-debugging Many/most env. vars set by the `stdenvars` alias do not apply to the `osx_alt_build` task. In case anybody debugging a job might be confused by them, use more meaningful values. Signed-off-by: Chris Evich --- .cirrus.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8537ff8607..c791ea0651 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -423,12 +423,14 @@ osx_alt_build_task: depends_on: - build env: - <<: *stdenvars + DISTRO_NV: macos-ventura + VM_IMAGE_NAME: ghcr.io/cirruslabs/${DISTRO_NV}-base:latest + CTR_FQIN: notused # OSX platform variation prevents this being included in alt_build_task TEST_FLAVOR: "altbuild" ALT_NAME: 'OSX Cross' osx_instance: - image: ghcr.io/cirruslabs/macos-ventura-base:latest + image: $VM_IMAGE_NAME setup_script: - brew install go - brew install go-md2man