Skip to content

Commit 315553b

Browse files
authored
Use the most up-to-date llvm/Makefile for arkouda release testing (#27322)
Use the most up-to-date llvm/Makefile for arkouda release testing to pull in #27315 [Reviewed by @e-kayrakli]
2 parents c1fff1b + 09facb4 commit 315553b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util/cron/common-arkouda.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ function partial_checkout_release() {
5252
git checkout $currentSha -- $CHPL_HOME/util/cron/
5353
git checkout $currentSha -- $CHPL_HOME/util/test/
5454
git checkout $currentSha -- $CHPL_HOME/third-party/chpl-venv/test-requirements.txt
55+
if [ "$CHPL_WHICH_RELEASE_FOR_ARKOUDA" = "2.4.0" ]; then
56+
git checkout $currentSha -- $CHPL_HOME/third-party/llvm/Makefile
57+
fi
5558
}
5659

5760
function release_dependencies() {

0 commit comments

Comments
 (0)