-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable ccache for cudfjni build in Docker (#10790)
This PR enables ccache support for `./build.sh clean cudfjar`. ccache 4.6 is built during image creation because ccacheversion available via `yum install` does not cache nvcc-compiled binaries. It's enabled by default for build.sh and repeated no-change build ```bash PARALLEL_LEVEL=6 SKIP_TESTS=true time ./build.sh clean cudfjar ``` succeeds in 1.5 min on my machine. To disable set CCACHE_DISABLE=1 in the environment It's not enabled for ./java/ci/build-in-docker.sh Signed-off-by: Gera Shegalov <[email protected]> Authors: - Gera Shegalov (https://github.com/gerashegalov) Approvers: - Jason Lowe (https://github.com/jlowe) URL: #10790
- Loading branch information
1 parent
1a457ef
commit 14b5169
Showing
3 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters