From b17c488c2683d3cc43aeb376e2ca760de6a0dd93 Mon Sep 17 00:00:00 2001 From: Allison Piper Date: Thu, 30 Jan 2025 22:31:13 +0000 Subject: [PATCH] temp debugging [skip-rapids][skip-vdc][skip-docs] --- ci/matrix.yaml | 1 + ci/windows/build_thrust.ps1 | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ci/matrix.yaml b/ci/matrix.yaml index 29ae09ca34f..20c18a6bc10 100644 --- a/ci/matrix.yaml +++ b/ci/matrix.yaml @@ -8,6 +8,7 @@ workflows: # - {jobs: ['test'], project: 'thrust', std: 17, ctk: 'curr', cxx: ['gcc12', 'clang16']} # override: + - {jobs: ['build'], project: 'thrust', std: 'max', cxx: 'msvc'} pull_request: # Old CTK/compiler diff --git a/ci/windows/build_thrust.ps1 b/ci/windows/build_thrust.ps1 index bda86859fd4..f6d75746ffa 100644 --- a/ci/windows/build_thrust.ps1 +++ b/ci/windows/build_thrust.ps1 @@ -10,6 +10,10 @@ Param( [int]$CUDA_ARCH = 0 ) +Write-Host "TBB_ROOT: $env:TBB_ROOT" +Write-Host "PATH: $env:PATH" +exit 0 + $ErrorActionPreference = "Stop" $CURRENT_PATH = Split-Path $pwd -leaf