Skip to content

Commit

Permalink
enable local cache hits (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed May 2, 2023
1 parent 2b4f3be commit 3744b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/librmm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ build:
- SCCACHE_S3_KEY_PREFIX=librmm-aarch64 # [aarch64]
- SCCACHE_S3_KEY_PREFIX=librmm-linux64 # [linux64]
- SCCACHE_S3_USE_SSL
- SCCACHE_S3_NO_CREDENTIALS

outputs:
- name: librmm
Expand Down
1 change: 1 addition & 0 deletions conda/recipes/rmm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ build:
- SCCACHE_S3_KEY_PREFIX=rmm-aarch64 # [aarch64]
- SCCACHE_S3_KEY_PREFIX=rmm-linux64 # [linux64]
- SCCACHE_S3_USE_SSL
- SCCACHE_S3_NO_CREDENTIALS
ignore_run_exports_from:
- {{ compiler('cuda') }}

Expand Down

0 comments on commit 3744b35

Please sign in to comment.