-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ccache in build-in-docker by default (#225)
This PR enables `ccache` in build-in-docker script by default, closes #222. A repeated no-change build with the native build dir cleaned is ~90 seconds A repeated no-change build without removing the native build dir is ~30 seconds The PR proposes to change the default to not skipping the clean of libcudf build unless CCACHE_DISABLE=1 is set. Manual override of `libcudf.clean.skip` is honored. Signed-off-by: Gera Shegalov <[email protected]>
- Loading branch information
1 parent
4b8d8f8
commit 1a0689c
Showing
4 changed files
with
32 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
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