From 9da7035f39e82005da7e754a9a9fa9bc1f62086b Mon Sep 17 00:00:00 2001 From: nshanmug Date: Thu, 16 Oct 2025 14:43:30 -0700 Subject: [PATCH] Update eld branch to release/21.x Signed-off-by: nshanmug --- .github/workflows/pre-checkin.yml | 2 +- qualcomm-software/embedded/scripts/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-checkin.yml b/.github/workflows/pre-checkin.yml index e0c0ea618c2f..05e48d4f9e9a 100644 --- a/.github/workflows/pre-checkin.yml +++ b/.github/workflows/pre-checkin.yml @@ -75,7 +75,7 @@ jobs: run: | set -euo pipefail mkdir -p "${SRC_DIR}/llvm-top/llvm/tools" - git clone https://github.com/qualcomm/eld.git "${SRC_DIR}/llvm-top/llvm/tools/eld" + git clone https://github.com/qualcomm/eld.git "${SRC_DIR}/llvm-top/llvm/tools/eld" -b "release/21.x" cd "${SRC_DIR}/llvm-top/llvm/tools/eld" git checkout 65ea860802c41ef5c0becff9750a350495de27b0 diff --git a/qualcomm-software/embedded/scripts/build.sh b/qualcomm-software/embedded/scripts/build.sh index 13d192d8fc1b..fd290986407e 100755 --- a/qualcomm-software/embedded/scripts/build.sh +++ b/qualcomm-software/embedded/scripts/build.sh @@ -13,7 +13,7 @@ set -euo pipefail readonly ELD_REPO_URL="https://github.com/qualcomm/eld.git" -readonly ELD_BRANCH="main" +readonly ELD_BRANCH="release/21.x" readonly MUSL_EMBEDDED_REPO_URL="https://github.com/qualcomm/musl-embedded.git" readonly MUSL_EMBEDDED_BRANCH="main"