Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion qualcomm-software/embedded/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down