tests/lcitool: add an explicit gcc-native package
We need a native compiler to build the hexagon codegen tools. In our current images we already have a gcc as a side effect of a broken dependency between gcovr and lcov but this will be fixed when we move to bookworm. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987818 for details. Update the packages while we are at it. Acked-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20230630180423.558337-14-alex.bennee@linaro.org>
This commit is contained in:
parent
76eb439c0f
commit
690be80412
@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
exuberant-ctags \
|
||||
findutils \
|
||||
flex \
|
||||
gcc \
|
||||
gcovr \
|
||||
gettext \
|
||||
git \
|
||||
|
@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
exuberant-ctags \
|
||||
findutils \
|
||||
flex \
|
||||
gcc \
|
||||
gcovr \
|
||||
gettext \
|
||||
git \
|
||||
|
@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
exuberant-ctags \
|
||||
findutils \
|
||||
flex \
|
||||
gcc \
|
||||
gcovr \
|
||||
gettext \
|
||||
git \
|
||||
|
@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
exuberant-ctags \
|
||||
findutils \
|
||||
flex \
|
||||
gcc \
|
||||
gcovr \
|
||||
gettext \
|
||||
git \
|
||||
|
@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
exuberant-ctags \
|
||||
findutils \
|
||||
flex \
|
||||
gcc \
|
||||
gcovr \
|
||||
gettext \
|
||||
git \
|
||||
|
@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
exuberant-ctags \
|
||||
findutils \
|
||||
flex \
|
||||
gcc \
|
||||
gcovr \
|
||||
gettext \
|
||||
git \
|
||||
|
@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
exuberant-ctags \
|
||||
findutils \
|
||||
flex \
|
||||
gcc \
|
||||
gcovr \
|
||||
gettext \
|
||||
git \
|
||||
|
@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
exuberant-ctags \
|
||||
findutils \
|
||||
flex \
|
||||
gcc \
|
||||
gcovr \
|
||||
gettext \
|
||||
git \
|
||||
|
@ -29,6 +29,7 @@ exec "$@"\n' > /usr/bin/nosync && \
|
||||
diffutils \
|
||||
findutils \
|
||||
flex \
|
||||
gcc \
|
||||
gcovr \
|
||||
git \
|
||||
glib2-devel \
|
||||
|
@ -29,6 +29,7 @@ exec "$@"\n' > /usr/bin/nosync && \
|
||||
diffutils \
|
||||
findutils \
|
||||
flex \
|
||||
gcc \
|
||||
gcovr \
|
||||
git \
|
||||
glib2-devel \
|
||||
|
@ -24,6 +24,7 @@ packages:
|
||||
- fuse3
|
||||
- g++
|
||||
- gcc
|
||||
- gcc-native
|
||||
- gcovr
|
||||
- gettext
|
||||
- glib2
|
||||
|
Loading…
Reference in New Issue
Block a user