Commit 2dd3c95
committed
fix(ci): skip dpkg clean step to preserve pre-built binary
dpkg-buildpackage runs debian/rules clean before build, which calls
cargo clean and deletes the pre-built binary. This triggers a rebuild
under dpkg's CFLAGS=-O2, which conflicts with aws-lc-sys's jitterentropy
requiring -O0. Adding -nc skips the clean step entirely.1 parent 77e902c commit 2dd3c95
1 file changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
| 300 | + | |
302 | 301 | | |
303 | 302 | | |
304 | 303 | | |
| |||
404 | 403 | | |
405 | 404 | | |
406 | 405 | | |
407 | | - | |
408 | | - | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
409 | 411 | | |
410 | 412 | | |
411 | 413 | | |
| |||
492 | 494 | | |
493 | 495 | | |
494 | 496 | | |
495 | | - | |
496 | | - | |
| 497 | + | |
497 | 498 | | |
498 | 499 | | |
499 | 500 | | |
| |||
0 commit comments