We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1fff1b + 09facb4 commit 315553bCopy full SHA for 315553b
util/cron/common-arkouda.bash
@@ -52,6 +52,9 @@ function partial_checkout_release() {
52
git checkout $currentSha -- $CHPL_HOME/util/cron/
53
git checkout $currentSha -- $CHPL_HOME/util/test/
54
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
58
}
59
60
function release_dependencies() {
0 commit comments