Skip to content

Commit

Permalink
Enable sccache hits for local builds (#210)
Browse files Browse the repository at this point in the history
This change passes through the value of `SCCACHE_S3_NO_CREDENTIALS` to our `conda` builds, enabling devs to utilize the `sccache` cache that's populated by CI when they are reproducing build issues locally as per [these](https://docs.rapids.ai/resources/reproducing-ci/) instructions.

Authors:
  - Jake Awe (https://github.com/AyodeAwe)

Approvers:
  - Mads R. B. Kristensen (https://github.com/madsbk)

URL: #210
  • Loading branch information
AyodeAwe authored May 2, 2023
1 parent cb7b0e5 commit d1e07df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/libkvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ build:
- SCCACHE_BUCKET
- SCCACHE_REGION
- SCCACHE_IDLE_TIMEOUT
- SCCACHE_S3_NO_CREDENTIALS

requirements:
build:
Expand Down

0 comments on commit d1e07df

Please sign in to comment.