You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I wish RAPIDS Accelerator JNI for Apache Spark would be built with ccache support introduced in rapidsai/cudf#10790
Describe the solution you'd like
Provide an option or environment variable to easily turn on/off ccache via build-in-docker
Describe alternatives you've considered
A one-off personal script
Additional context
Sometimes one needs to remove the build directory to fix build issues. Always being able to clean build without taking a productivity hit prevents issues from occurring to begin with.
The text was updated successfully, but these errors were encountered:
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]>
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]>
Is your feature request related to a problem? Please describe.
I wish RAPIDS Accelerator JNI for Apache Spark would be built with
ccache
support introduced in rapidsai/cudf#10790Describe the solution you'd like
Provide an option or environment variable to easily turn on/off ccache via
build-in-docker
Describe alternatives you've considered
A one-off personal script
Additional context
Sometimes one needs to remove the build directory to fix build issues. Always being able to clean build without taking a productivity hit prevents issues from occurring to begin with.
The text was updated successfully, but these errors were encountered: