Skip to content

Commit 60a6990

Browse files
Avoid unnecessary libcugraph wheel builds (#5037)
Adding a matrix filter to the `build.yaml` to fix the issue with artifact name collisions in `libcugraph` builds Authors: - Jaya Venkatesh (https://github.com/VenkateshJaya) Approvers: - Gil Forsyth (https://github.com/gforsyth) - James Lamb (https://github.com/jameslamb) URL: #5037
1 parent 9e1211a commit 60a6990

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
secrets: inherit
7272
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
7373
with:
74+
# build for every combination of arch and CUDA version, but only for the latest Python version
75+
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
7476
build_type: ${{ inputs.build_type || 'branch' }}
7577
branch: ${{ inputs.branch }}
7678
sha: ${{ inputs.sha }}

0 commit comments

Comments
 (0)