-
Notifications
You must be signed in to change notification settings - Fork 68
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 interactive builds (#229)
Reattempting reverted #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
a0e0657
commit da09bad
Showing
3 changed files
with
55 additions
and
8 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