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

Exclude TSL linkage to solve Windows build problem #518

Merged
merged 3 commits into from
Feb 12, 2024

Conversation

karllessard
Copy link
Collaborator

While we are waiting for a fix to solve the Windows TSL symbols problem, it turns out that the JavaCPP bindings that were generating linkage problem with the C Lib are not being used directly by our Java API. Skipping them allows us now to build TF Java successfully on Windows. See this run:

https://github.com/karllessard/tensorflow-java/actions/runs/7876348680

Copy link
Collaborator

@Craigacp Craigacp left a comment

Choose a reason for hiding this comment

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

LGTM

@karllessard karllessard merged commit 28b9392 into tensorflow:bazelcism Feb 12, 2024
1 check passed
@karllessard karllessard deleted the bazelcism-windows branch February 12, 2024 18:54
karllessard added a commit that referenced this pull request Feb 23, 2024
* Exclude generation of JavaCPP bindings depending on TSL

* Skip C++-API dependent method

* Use official 2.15 Windows C build
karllessard added a commit that referenced this pull request Feb 24, 2024
* Exclude generation of JavaCPP bindings depending on TSL

* Skip C++-API dependent method

* Use official 2.15 Windows C build
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