Skip to content

Commit

Permalink
tests/lcitool: add an explicit gcc-native package
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stsquad committed Jul 3, 2023
1 parent 76eb439 commit 690be80
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/debian-amd64-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
exuberant-ctags \
findutils \
flex \
gcc \
gcovr \
gettext \
git \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/debian-arm64-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
exuberant-ctags \
findutils \
flex \
gcc \
gcovr \
gettext \
git \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/debian-armel-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
exuberant-ctags \
findutils \
flex \
gcc \
gcovr \
gettext \
git \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/debian-armhf-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
exuberant-ctags \
findutils \
flex \
gcc \
gcovr \
gettext \
git \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/debian-mips64el-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
exuberant-ctags \
findutils \
flex \
gcc \
gcovr \
gettext \
git \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/debian-mipsel-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
exuberant-ctags \
findutils \
flex \
gcc \
gcovr \
gettext \
git \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/debian-ppc64el-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
exuberant-ctags \
findutils \
flex \
gcc \
gcovr \
gettext \
git \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/debian-s390x-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
exuberant-ctags \
findutils \
flex \
gcc \
gcovr \
gettext \
git \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/fedora-win32-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ exec "$@"\n' > /usr/bin/nosync && \
diffutils \
findutils \
flex \
gcc \
gcovr \
git \
glib2-devel \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/fedora-win64-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ exec "$@"\n' > /usr/bin/nosync && \
diffutils \
findutils \
flex \
gcc \
gcovr \
git \
glib2-devel \
Expand Down
1 change: 1 addition & 0 deletions tests/lcitool/projects/qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ packages:
- fuse3
- g++
- gcc
- gcc-native
- gcovr
- gettext
- glib2
Expand Down

0 comments on commit 690be80

Please sign in to comment.