Install OptiX on test runner machines to allow enabling ray tracing tests in CI #6422
Labels
goal:forward looking
Feature needed at a later date, not connected to a specific use case.
kind:ci & infra
Continuous integration and infrastructure issue
Milestone
Slang needs a copy of OptiX at runtime to compile OptiX shaders using nvrtc, but the CI machines don't have it, causing ray tracing tests to fail.
Can we install OptiX 8.0 on the test machines?
Alternatively, we could add a way to tell Slang where to find the OptiX headers (maybe via an environment variable like
OPTIX_PATH
?) and have the CI script fetch them before executing the tests.The text was updated successfully, but these errors were encountered: