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

[BUG] Typo in github Maven check install-modules #9625

Closed
gerashegalov opened this issue Nov 3, 2023 · 0 comments · Fixed by #9626
Closed

[BUG] Typo in github Maven check install-modules #9625

gerashegalov opened this issue Nov 3, 2023 · 0 comments · Fixed by #9626
Assignees
Labels
bug Something isn't working build Related to CI / CD or cleanly building

Comments

@gerashegalov
Copy link
Collaborator

gerashegalov commented Nov 3, 2023

Non-breaking typo

export JAVA_HOME=export JAVA_HOME=${JAVA_HOME_11_X64}

should be

export JAVA_HOME=${JAVA_HOME_11_X64}

cc @pxLi

https://github.com/NVIDIA/spark-rapids/blob/54145c445dc537cccade45dc1e477bd088707a7d/.github/workflows/mvn-verify-check.yml#L242C1-L243C1

@gerashegalov gerashegalov added bug Something isn't working ? - Needs Triage Need team to review and classify build Related to CI / CD or cleanly building labels Nov 3, 2023
@pxLi pxLi self-assigned this Nov 3, 2023
@pxLi pxLi closed this as completed in #9626 Nov 3, 2023
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants