@@ -144,6 +144,7 @@ jobs:
144144 build_type : pull-request
145145 node_type : cpu16
146146 script : ci/build_cpp.sh
147+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
147148 conda-cpp-tests :
148149 needs : [conda-cpp-build, changed-files]
149150 secrets : inherit
@@ -152,6 +153,7 @@ jobs:
152153 with :
153154 build_type : pull-request
154155 script : ci/test_cpp.sh
156+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
155157 conda-cpp-checks :
156158 needs : conda-cpp-build
157159 secrets : inherit
@@ -174,6 +176,7 @@ jobs:
174176 with :
175177 build_type : pull-request
176178 script : ci/test_python.sh
179+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
177180 rocky8-clib-standalone-build :
178181 needs : [checks]
179182 secrets : inherit
@@ -195,6 +198,7 @@ jobs:
195198 artifact-name : " libcuvs_c_${{ matrix.cuda_version }}.tar.gz"
196199 file_to_upload : " libcuvs_c.tar.gz"
197200 sha : ${{ inputs.sha }}
201+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
198202 rocky8-clib-tests :
199203 needs : [rocky8-clib-standalone-build, changed-files]
200204 secrets : inherit
@@ -235,6 +239,7 @@ jobs:
235239 script : " ci/test_java.sh"
236240 artifact-name : " cuvs-java-cuda${{ matrix.cuda_version }}"
237241 file_to_upload : " java/cuvs-java/target/"
242+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
238243 rust-build :
239244 needs : [conda-cpp-build, changed-files]
240245 secrets : inherit
@@ -254,6 +259,7 @@ jobs:
254259 arch : " amd64"
255260 container_image : " rapidsai/ci-conda:25.12-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
256261 script : " ci/build_rust.sh"
262+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
257263 go-build :
258264 needs : [conda-cpp-build, changed-files]
259265 secrets : inherit
@@ -289,20 +295,24 @@ jobs:
289295 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/25.12
290296 with :
291297 build_type : pull-request
298+ node_type : cpu16
292299 script : ci/build_wheel_libcuvs.sh
293300 # build for every combination of arch and CUDA version, but only for the latest Python
294301 matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
295302 package-name : libcuvs
296303 package-type : cpp
304+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
297305 wheel-build-cuvs :
298306 needs : wheel-build-libcuvs
299307 secrets : inherit
300308 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/25.12
301309 with :
302310 build_type : pull-request
311+ node_type : cpu8
303312 script : ci/build_wheel_cuvs.sh
304313 package-name : cuvs
305314 package-type : python
315+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
306316 wheel-tests-cuvs :
307317 needs : [wheel-build-cuvs, changed-files]
308318 secrets : inherit
@@ -311,6 +321,7 @@ jobs:
311321 with :
312322 build_type : pull-request
313323 script : ci/test_wheel_cuvs.sh
324+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
314325 devcontainer :
315326 secrets : inherit
316327 needs : telemetry-setup
0 commit comments