Skip to content

Commit

Permalink
target/hexagon: manually add flex/bison/glib2 to remaining containers
Browse files Browse the repository at this point in the history
Adds our build-time dependencies to containers which build qemu-hexagon,
but aren't covered by libvirt-ci.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220804115548.13024-11-anjo@rev.ng>
Message-Id: <20220929114231.583801-9-alex.bennee@linaro.org>
  • Loading branch information
Anton Johansson authored and stsquad committed Oct 6, 2022
1 parent 8fae391 commit 3de61b9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.d/windows.yml
Expand Up @@ -33,7 +33,8 @@ msys2-64bit:
extends: .shared_msys2_builder
script:
- .\msys64\usr\bin\bash -lc "pacman -Sy --noconfirm --needed
diffutils git grep make sed
bison diffutils flex
git grep make sed
mingw-w64-x86_64-capstone
mingw-w64-x86_64-curl
mingw-w64-x86_64-cyrus-sasl
Expand Down Expand Up @@ -67,7 +68,8 @@ msys2-32bit:
extends: .shared_msys2_builder
script:
- .\msys64\usr\bin\bash -lc "pacman -Sy --noconfirm --needed
diffutils git grep make sed
bison diffutils flex
git grep make sed
mingw-w64-i686-capstone
mingw-w64-i686-curl
mingw-w64-i686-cyrus-sasl
Expand Down
3 changes: 3 additions & 0 deletions tests/docker/dockerfiles/debian-riscv64-cross.docker
Expand Up @@ -16,13 +16,16 @@ RUN apt update && \

# Install common build utilities
RUN DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy \
bison \
bc \
build-essential \
ca-certificates \
debian-ports-archive-keyring \
dpkg-dev \
flex \
gettext \
git \
libglib2.0-dev \
ninja-build \
pkg-config \
python3
Expand Down
2 changes: 2 additions & 0 deletions tests/docker/dockerfiles/fedora-i386-cross.docker
@@ -1,9 +1,11 @@
FROM registry.fedoraproject.org/fedora:34

ENV PACKAGES \
bison \
bzip2 \
ccache \
diffutils \
flex \
findutils \
gcc \
git \
Expand Down
3 changes: 3 additions & 0 deletions tests/docker/dockerfiles/fedora-win32-cross.docker
Expand Up @@ -3,13 +3,16 @@ FROM registry.fedoraproject.org/fedora:35
# Please keep this list sorted alphabetically
ENV PACKAGES \
bc \
bison \
bzip2 \
ccache \
diffutils \
findutils \
flex \
gcc \
gettext \
git \
glib2-devel \
hostname \
make \
meson \
Expand Down
3 changes: 3 additions & 0 deletions tests/docker/dockerfiles/fedora-win64-cross.docker
Expand Up @@ -3,13 +3,16 @@ FROM registry.fedoraproject.org/fedora:35
# Please keep this list sorted alphabetically
ENV PACKAGES \
bc \
bison \
bzip2 \
ccache \
diffutils \
findutils \
flex \
gcc \
gettext \
git \
glib2-devel \
hostname \
make \
meson \
Expand Down

0 comments on commit 3de61b9

Please sign in to comment.