Skip to content

Commit

Permalink
[skip-tests] Disable rdc tests for windows.
Browse files Browse the repository at this point in the history
Those are currently flaky. We can skip GPU execution as we do not do that on windows anyways
  • Loading branch information
miscco committed Oct 25, 2023
1 parent 8e89bde commit 785c839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/windows/build_cub.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Remove-Module -Name build_common
Import-Module $PSScriptRoot/build_common.psm1 -ArgumentList $CXX_STANDARD

$PRESET = "cub-cpp$CXX_STANDARD"
$CMAKE_OPTIONS = ""
$CMAKE_OPTIONS = "-DCUB_ENABLE_RDC_TESTS=OFF"

if ($CL_VERSION -lt [version]"19.20") {
$CMAKE_OPTIONS += "-DCUB_IGNORE_DEPRECATED_COMPILER=ON "
Expand Down

0 comments on commit 785c839

Please sign in to comment.