We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92036b0 commit 41af20dCopy full SHA for 41af20d
.github/workflows/rust.yml
@@ -64,8 +64,9 @@ jobs:
64
run: cargo fmt --all -- --check
65
66
# Temporarily exclude crates that rely on OptiX until we merge the rewritten optix because of bindings weirdness
67
+ # Also exclude add until we figure out the right way to auto-add libnvvm to path.
68
- name: Build
- run: cargo build --workspace --exclude "optix" --exclude "optix_sys" --exclude "path_tracer" --exclude "denoiser"
69
+ run: cargo build --workspace --exclude "optix" --exclude "optix_sys" --exclude "path_tracer" --exclude "denoiser" --exclude "add"
70
71
# Don't currently test because many tests rely on the system having a CUDA GPU
72
# - name: Test
0 commit comments