Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove statically linked CUDA runtime check in Java build (#10532)
#9873 added static linking of the CUDA runtime by default in Java cudf builds from the `build-in-docker.sh`. At the end of the script is a sanity check that the CUDA runtime is _not_ statically linked which should have been removed, but it fails to trigger due to an empty `.so` file found during the build that causes an error in `readelf` and prevents the script from exiting early. This PR removes the check since a statically linked CUDA runtime is supported and tested. Authors: - Jason Lowe (https://github.com/jlowe) Approvers: - Jim Brennan (https://github.com/jbrennan333) - Gera Shegalov (https://github.com/gerashegalov) URL: #10532
- Loading branch information