From 18b95e977bb43d38959fb2bfcbffe207c12c61f6 Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Fri, 24 Jul 2026 09:45:23 -0700 Subject: [PATCH] Patch on base build 1452 Bump the patch-installer-cd base-build defaults (and their fallbacks) from build 1448 to build 1452, the latest base cut from release/9.3.10. Co-Authored-By: Claude Fable 5 --- .github/workflows/patch-installer-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/patch-installer-cd.yml b/.github/workflows/patch-installer-cd.yml index f8541bcb22..c52578186a 100644 --- a/.github/workflows/patch-installer-cd.yml +++ b/.github/workflows/patch-installer-cd.yml @@ -39,11 +39,11 @@ on: # on Jenkins-built bases. base_release: description: 'The github release for the base build artifacts (separate only for bootstrapping; should be removed after 9.3 is the stable)' - default: 'build-1448' # When updating this, update base_build_number and their fallbacks below, too. + default: 'build-1452' # When updating this, update base_build_number and their fallbacks below, too. base_build_number: description: 'The base build number' required: false - default: '1448' + default: '1452' make_release: description: 'Should the release be pushed to s3 - use false for test builds' required: false @@ -62,7 +62,7 @@ jobs: LcmRootDir: ${{ github.workspace }}/Localizations/LCM FILESTOSIGNLATER: ./signExternally GH_TOKEN: ${{ github.token }} - BASE_BUILD_NUMBER: ${{ inputs.base_build_number || '1448' }} + BASE_BUILD_NUMBER: ${{ inputs.base_build_number || '1452' }} name: Build Debug and run Tests runs-on: windows-2022 steps: @@ -170,7 +170,7 @@ jobs: - name: Import Base Build Artifacts shell: pwsh run: | - $release = "${{ inputs.base_release || 'build-1448' }}" + $release = "${{ inputs.base_release || 'build-1452' }}" $repo = "${{ github.repository }}" Write-Host "Downloading artifacts for release $release from $repo"