Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Arkouda release testing from 1.30 to 1.31 #22669

Merged
merged 3 commits into from
Jul 5, 2023

Conversation

bmcdonald3
Copy link
Member

@bmcdonald3 bmcdonald3 requested a review from ronawho July 5, 2023 20:19
@ronawho
Copy link
Contributor

ronawho commented Jul 5, 2023

Remove code to set llvm version for 1.30 from the release scripts?

if [ -f /cy/users/chapelu/setup_system_llvm.bash ] ; then
source /cy/users/chapelu/setup_system_llvm.bash 11
source /cy/users/chapelu/setup_system_llvm.bash 15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chapcs release too?

@bmcdonald3 bmcdonald3 merged commit 13ad698 into chapel-lang:main Jul 5, 2023
@bmcdonald3 bmcdonald3 deleted the arkouda-1.31 branch July 5, 2023 20:54
@riftEmber
Copy link
Member

riftEmber commented Jul 6, 2023

Just wanted to note the code setting LLVM version for release testing is not strictly needed anymore with Chapel 1.31, since the newest (default) LLVM on the test systems is supported by 1.31. (This wasn't the case for 1.30 after updating test systems to LLVM 15.) However, it might still be good to have this manual setting (as you did) so this config is resilient against something like a system being upgraded to LLVM 16 before we support it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants