Skip to content

Commit

Permalink
Enable sccache hits for local builds (#42)
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:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Peter Andreas Entschev (https://github.com/pentschev)

URL: #42
  • Loading branch information
AyodeAwe authored May 2, 2023
1 parent 7c6bad2 commit 1bc38c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/ucxx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ build:
- SCCACHE_S3_KEY_PREFIX=libucxx-aarch64 # [aarch64]
- SCCACHE_S3_KEY_PREFIX=libucxx-linux64 # [linux64]
- SCCACHE_S3_USE_SSL
- SCCACHE_S3_NO_CREDENTIALS

requirements:
build:
Expand Down

0 comments on commit 1bc38c9

Please sign in to comment.