Commit b0a8565
docker: fix gcc symlinks when base image has newer gcc
The unversioned symlinks was not created when the base image
already had a gcc installed (e.g. gcc-14 on Debian Trixie),
which made gcc-13 image use wrong compiler version.
Also skip the symlink step completely for clang images since
they don't need it.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>1 parent dbadc5f commit b0a8565
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
203 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
204 | 204 | | |
205 | | - | |
206 | | - | |
| 205 | + | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments