Commit a7e97db
docker: skip equivs package when real cross compiler is installed
On amd64 runners the equivs step replaces the real cross compiler:
dpkg: warning: downgrading gcc-aarch64-linux-gnu (4:14.2.0-1) to (999.0)
FAIL - aarch64-linux-gnu-gcc in PATH
The fake package removes the compiler binary.
Check if the real package is already installed before creating
the fake one.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>1 parent 7850bbe commit a7e97db
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
| 267 | + | |
266 | 268 | | |
267 | 269 | | |
268 | 270 | | |
| |||
0 commit comments