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

#685: Update bazel #439

Merged
merged 25 commits into from
Aug 14, 2024
Merged

#685: Update bazel #439

merged 25 commits into from
Aug 14, 2024

Conversation

tomuben
Copy link
Collaborator

@tomuben tomuben commented Jul 31, 2024

related to exasol/script-languages-release#685

  1. Switched to new Bazel MODULE concept.
  2. Refactored javacontainer/BUILD as out attribute containing directories stopped working

@tomuben tomuben force-pushed the refactoring/685_update_bazel branch from 098b8d9 to e5843ad Compare August 6, 2024 17:51
tomuben added 2 commits August 8, 2024 07:17
Removed direct dependency for:
- _openmp_mutex
- libblas

Updated gxx_linux-64/gcc_linux-64
@tomuben tomuben changed the title Refactoring/685 update bazel #685: Update bazel Aug 8, 2024
tkilias
tkilias previously approved these changes Aug 12, 2024
@@ -433,7 +433,7 @@ void JavaVMImpl::registerFunctions() {
}

void JavaVMImpl::setClasspath() {
m_exaJarPath = m_exaJavaPath + "/libexaudf.jar";
m_exaJarPath = m_exaJavaPath + "/exaudf_deploy.jar";
Copy link
Collaborator Author

@tomuben tomuben Aug 12, 2024

Choose a reason for hiding this comment

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

According to the Bazel docu this needs to be exaudf_deploy.jar because otherwise the external dependencies (UDF API!!!) are missing. Not sure how this worked before, my best explanation: this is also a breaking change due to the new Bazel version.

@tomuben tomuben merged commit 2b66372 into master Aug 14, 2024
10 checks passed
@tomuben tomuben deleted the refactoring/685_update_bazel branch August 14, 2024 09:02
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.

2 participants