Commit 762cd50
committed
ci(rust): exclude sqlshield-py from workspace build/test
sqlshield-py is a PyO3 cdylib named `sqlshield`, which produces
sqlshield.dll + sqlshield.pdb. The bare sqlshield library crate also
emits a sqlshield-named PDB during workspace tests, and on Windows the
parallel build hits an LNK1201 race writing the shared `.pdb` file.
sqlshield-py is built and tested through its own maturin CI workflow
already, so dropping it from `cargo build/test --workspace` here costs
nothing and gets the Windows lane back to green.1 parent fc407b0 commit 762cd50
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
0 commit comments