Skip to content

Commit c83adae

Browse files
CharryWuLegNeato
authored andcommitted
ci(windows): include vecadd in workspace build
Made-with: Cursor
1 parent 4799266 commit c83adae

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,8 @@ jobs:
106106
run: cargo build --all-features -p cust_raw
107107

108108
# Exclude crates that require cuDNN, not available on Windows CI: cudnn, cudnn-sys.
109-
# Exclude vecadd because of a link error involving nanorand and `SystemFunction036` (a.k.a.
110-
# `RtlGenRandom`).
111109
- name: Build workspace
112-
run: cargo build --workspace --exclude cudnn --exclude cudnn-sys --exclude "vecadd*"
110+
run: cargo build --workspace --exclude cudnn --exclude cudnn-sys
113111

114112
# Exclude crates that require cuDNN, not available on Windows CI: cudnn, cudnn-sys.
115113
- name: Clippy

0 commit comments

Comments
 (0)