Commit 4341302
committed
Add build.rs to create placeholder contributors.csv when absent
include_str! requires contributors.csv to exist at compile time.
The file is gitignored (generated by the CI release pipeline via
stackql-exec), so clippy/test CI jobs on non-main branches would fail
with a missing-file error. build.rs creates an empty placeholder if the
file is not present, keeping all non-release builds green.
https://claude.ai/code/session_01GzGtjMcwBXyVW3uKW4F2Ai1 parent 495f331 commit 4341302
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments