-
Notifications
You must be signed in to change notification settings - Fork 143
[REVIEW][Java] Add jextract artifacts to gitignore #1005
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
[REVIEW][Java] Add jextract artifacts to gitignore #1005
Conversation
|
/ok to test 25547b3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
@mythrocks @ldematte CI should be fixed shortly. It's held up because we recently changed the base OS and it's exposed a couple minor bugs in our tests. |
|
/ok to test 24e4b7f |
|
|
/merge |
969d633
into
rapidsai:branch-25.08
The build process for Java uses `jextract` to generate panama bindings. Jextract is downloaded from the JDK website. This PR excludes the downloaded Jextract archive and the Jextract files from the repository by adding them to `.gitignore` Authors: - Lorenzo Dematté (https://github.com/ldematte) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - MithunR (https://github.com/mythrocks) URL: rapidsai#1005
The build process for Java uses
jextractto generate panama bindings. Jextract is downloaded from the JDK website.This PR excludes the downloaded Jextract archive and the Jextract files from the repository by adding them to
.gitignore