Skip to content

Commit

Permalink
Enable sccache for python build (#1145)
Browse files Browse the repository at this point in the history
This PR enables `sccache` for python builds

Authors:
  - Jordan Jacobelli (https://github.com/Ethyling)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #1145
  • Loading branch information
jjacobelli authored Oct 31, 2022
1 parent ade56a1 commit b5f9c89
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions conda/recipes/rmm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ build:
script_env:
- RMM_BUILD_NO_GPU_TEST
- VERSION_SUFFIX
- CMAKE_C_COMPILER_LAUNCHER
- CMAKE_CXX_COMPILER_LAUNCHER
- CMAKE_CUDA_COMPILER_LAUNCHER
- SCCACHE_S3_KEY_PREFIX=rmm-aarch64 # [aarch64]
- SCCACHE_S3_KEY_PREFIX=rmm-linux64 # [linux64]
- SCCACHE_BUCKET=rapids-sccache
- SCCACHE_REGION=us-west-2
- SCCACHE_IDLE_TIMEOUT=32768
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
ignore_run_exports_from:
- {{ compiler('cuda') }}

Expand Down

0 comments on commit b5f9c89

Please sign in to comment.