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

chapel-py: Add environment variables to always build chapel-py and CLS #24912

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

DanilaFe
Copy link
Contributor

@DanilaFe DanilaFe commented Apr 23, 2024

Fixes #24871.

This PR adds two more environment variables, CHPL_ALWAYS_BUILD_CHAPEL_PY and CHPL_ALWAYS_BUILD_LANGUAGE_SERVER, to build chapel-py and chpl-language-server on make -j32. This will help in situations such as setting off paratests: simply running make -j32 will be enough to make sure that Python environment is up to date, ensuring that chplcheck (etc.) tests run. This should help catch chplcheck bugs as they come up.

Reviewed by @jabraham17 -- thanks!

I envision this being helpful for eventually getting chapel-py and
friends auto-tested nightly.

Signed-off-by: Danila Fedorin <daniel.fedorin@hpe.com>
@DanilaFe DanilaFe changed the title Add environment variables to always build chapel-py and CLS chapel-py: Add environment variables to always build chapel-py and CLS Apr 23, 2024
@DanilaFe DanilaFe merged commit 6ed252e into chapel-lang:main Apr 23, 2024
7 checks passed
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.

chapel-py: Add a CHPL_ variable to auto-build chapel-py
2 participants