Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purposefully breaking sccache to see if it throws an error #717

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#########################################
set -e

export SCCACHE_S3_KEY_PREFIX="libraft-$(uname -m)"
export SCCACHE_BUCKET="rapids-sccache"
export SCCACHE_S3_KEY_PREFIX="libraf-$(uname -m)"
export SCCACHE_BUCKET="rapids-sccace"
export SCCACHE_REGION="us-west-2"
export SCCACHE_IDLE_TIMEOUT="32768"
# Set path and build parallel level
Expand Down
6 changes: 3 additions & 3 deletions conda/recipes/libraft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ build:
- VERSION_SUFFIX
- PROJECT_FLASH
- CMAKE_GENERATOR
- SCCACHE_S3_KEY_PREFIX=libraft-aarch64 # [aarch64]
- SCCACHE_S3_KEY_PREFIX=libraft-linux64 # [linux64]
- SCCACHE_BUCKET=rapids-sccache
- SCCACHE_S3_KEY_PREFIX=libraf-aarch64 # [aarch64]
- SCCACHE_S3_KEY_PREFIX=libraf-linux64 # [linux64]
- SCCACHE_BUCKET=rapids-scache
- SCCACHE_REGION=us-west-2
- SCCACHE_IDLE_TIMEOUT=32768

Expand Down