Skip to content

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

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
@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