Commit a13b293
committed
ci: move gdb to control build-deps so package-arch tests get it too
gdb was only added to .github/scripts/install-deps.sh, which runs on
the Ubuntu rip-and-test jobs. The package-arch jobs build and test in
debian containers and install build deps via apt-get build-dep, so they
never got gdb and the ui-smoke crash dump path had none when a GUI
cored there (hdiethelm, PR LinuxCNC#4136 review).
Move gdb to debian/control.top.in under <!nocheck>, next to the other
test-only deps (xvfb, x11-utils, imagemagick). build-dep installs it for
both the rip jobs and the package-arch jobs, so the explicit entry in
install-deps.sh is now redundant and dropped.1 parent fe5b432 commit a13b293
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments