Skip to content

Commit 41af20d

Browse files
committed
Chore: temporarily exclude add from CI
1 parent 92036b0 commit 41af20d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ jobs:
6464
run: cargo fmt --all -- --check
6565

6666
# 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.
6768
- name: Build
68-
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"
6970

7071
# Don't currently test because many tests rely on the system having a CUDA GPU
7172
# - name: Test

0 commit comments

Comments
 (0)