Skip to content

scripts: Use absolute path for thrust_ROOT#486

Merged
stotko merged 1 commit into
masterfrom
scripts_thrust_root
Jul 8, 2026
Merged

scripts: Use absolute path for thrust_ROOT#486
stotko merged 1 commit into
masterfrom
scripts_thrust_root

Conversation

@stotko

@stotko stotko commented Jul 8, 2026

Copy link
Copy Markdown
Owner

The recent update of the CI runner images resulted in configure failures with thrust not being correctly detected. The helper scripts specify a relative thrust_ROOT path which was previously interpreted relative to the project root directly, but now resolves relative to the call site of find_package(thrust). Specify the root directory as an absolute path to avoid different interpretations of the base directory as it is intended to be a search prefix anyways.

@stotko stotko added this to the 2.0.0 milestone Jul 8, 2026
@stotko stotko marked this pull request as ready for review July 8, 2026 14:56
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.79%. Comparing base (0bebd1f) to head (14dc6c0).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #486   +/-   ##
=======================================
  Coverage   96.79%   96.79%           
=======================================
  Files          33       33           
  Lines        2622     2622           
=======================================
  Hits         2538     2538           
  Misses         84       84           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stotko stotko merged commit 2bfbc51 into master Jul 8, 2026
61 checks passed
@stotko stotko deleted the scripts_thrust_root branch July 8, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant