From 13af97572fa108073ce3f335802949106c9ad790 Mon Sep 17 00:00:00 2001 From: David Wendt <45795991+davidwendt@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:50:01 -0400 Subject: [PATCH] Add cuda-sanitizer-api dependency for test-cpp matrix 11.4 (#15573) Fixes dependency issue with nightly builds running 11.4.3 cpp tests requiring the compute-sanitizer tool. Closes #15571 Authors: - David Wendt (https://github.com/davidwendt) - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Bradley Dice (https://github.com/bdice) - Vyas Ramasubramani (https://github.com/vyasr) - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/cudf/pull/15573 --- dependencies.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dependencies.yaml b/dependencies.yaml index 2ed2525fc1e..14c698000cb 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -599,6 +599,10 @@ dependencies: cuda: "11.8" packages: - cuda-sanitizer-api=11.8.86 + - matrix: + cuda: "11.4" + packages: + - cuda-sanitizer-api=11.4.120 - matrix: # Fallback for CUDA 11 or no matrix packages: test_java: