From e16cf2d6bbd93d3bace54cc07a3eb874cc5c084f Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Wed, 8 Mar 2023 18:39:26 -0500 Subject: [PATCH] Pass `SCCACHE_S3_USE_SSL` to conda builds (#12910) This PR passes `SCCACHE_S3_USE_SSL` to the conda build environment `SCCACHE_S3_USE_SSL` has been reported to increase `sccache` performance for S3. Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Bradley Dice (https://github.com/bdice) - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/cudf/pull/12910 --- conda/recipes/cudf/meta.yaml | 1 + conda/recipes/cudf_kafka/meta.yaml | 1 + conda/recipes/custreamz/meta.yaml | 1 + conda/recipes/dask-cudf/meta.yaml | 1 + conda/recipes/libcudf/meta.yaml | 1 + 5 files changed, 5 insertions(+) diff --git a/conda/recipes/cudf/meta.yaml b/conda/recipes/cudf/meta.yaml index 8cf3fc61e7c..e0f33ad40c7 100644 --- a/conda/recipes/cudf/meta.yaml +++ b/conda/recipes/cudf/meta.yaml @@ -31,6 +31,7 @@ build: - SCCACHE_REGION - SCCACHE_S3_KEY_PREFIX=cudf-aarch64 # [aarch64] - SCCACHE_S3_KEY_PREFIX=cudf-linux64 # [linux64] + - SCCACHE_S3_USE_SSL ignore_run_exports: # libcudf's run_exports pinning is looser than we would like - libcudf diff --git a/conda/recipes/cudf_kafka/meta.yaml b/conda/recipes/cudf_kafka/meta.yaml index ab92220d525..4ae47ef1c10 100644 --- a/conda/recipes/cudf_kafka/meta.yaml +++ b/conda/recipes/cudf_kafka/meta.yaml @@ -30,6 +30,7 @@ build: - SCCACHE_REGION - SCCACHE_S3_KEY_PREFIX=cudf-kafka-aarch64 # [aarch64] - SCCACHE_S3_KEY_PREFIX=cudf-kafka-linux64 # [linux64] + - SCCACHE_S3_USE_SSL requirements: build: diff --git a/conda/recipes/custreamz/meta.yaml b/conda/recipes/custreamz/meta.yaml index 277c5d6cc17..5fafa7464db 100644 --- a/conda/recipes/custreamz/meta.yaml +++ b/conda/recipes/custreamz/meta.yaml @@ -30,6 +30,7 @@ build: - SCCACHE_REGION - SCCACHE_S3_KEY_PREFIX=custreamz-aarch64 # [aarch64] - SCCACHE_S3_KEY_PREFIX=custreamz-linux64 # [linux64] + - SCCACHE_S3_USE_SSL requirements: host: diff --git a/conda/recipes/dask-cudf/meta.yaml b/conda/recipes/dask-cudf/meta.yaml index 85dd3231635..79f1f09858a 100644 --- a/conda/recipes/dask-cudf/meta.yaml +++ b/conda/recipes/dask-cudf/meta.yaml @@ -31,6 +31,7 @@ build: - SCCACHE_REGION - SCCACHE_S3_KEY_PREFIX=dask-cudf-aarch64 # [aarch64] - SCCACHE_S3_KEY_PREFIX=dask-cudf-linux64 # [linux64] + - SCCACHE_S3_USE_SSL requirements: host: diff --git a/conda/recipes/libcudf/meta.yaml b/conda/recipes/libcudf/meta.yaml index 890ab9f6632..309868b8144 100644 --- a/conda/recipes/libcudf/meta.yaml +++ b/conda/recipes/libcudf/meta.yaml @@ -29,6 +29,7 @@ build: - SCCACHE_REGION - SCCACHE_S3_KEY_PREFIX=libcudf-aarch64 # [aarch64] - SCCACHE_S3_KEY_PREFIX=libcudf-linux64 # [linux64] + - SCCACHE_S3_USE_SSL requirements: build: