[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 08/54] target/hexagon: manually add flex/bison/glib2 to remaining
From: |
Alex Bennée |
Subject: |
[PULL 08/54] target/hexagon: manually add flex/bison/glib2 to remaining containers |
Date: |
Tue, 4 Oct 2022 14:00:52 +0100 |
From: Anton Johansson <anjo@rev.ng>
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>
diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
index ba59844d12..a3e7a37022 100644
--- a/.gitlab-ci.d/windows.yml
+++ b/.gitlab-ci.d/windows.yml
@@ -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
@@ -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
diff --git a/tests/docker/dockerfiles/debian-riscv64-cross.docker
b/tests/docker/dockerfiles/debian-riscv64-cross.docker
index 594d97982c..9715791e0b 100644
--- a/tests/docker/dockerfiles/debian-riscv64-cross.docker
+++ b/tests/docker/dockerfiles/debian-riscv64-cross.docker
@@ -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
diff --git a/tests/docker/dockerfiles/fedora-i386-cross.docker
b/tests/docker/dockerfiles/fedora-i386-cross.docker
index 0a3ec346e6..7eec648d2d 100644
--- a/tests/docker/dockerfiles/fedora-i386-cross.docker
+++ b/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 \
diff --git a/tests/docker/dockerfiles/fedora-win32-cross.docker
b/tests/docker/dockerfiles/fedora-win32-cross.docker
index a06bd29e8e..aca37aabc4 100644
--- a/tests/docker/dockerfiles/fedora-win32-cross.docker
+++ b/tests/docker/dockerfiles/fedora-win32-cross.docker
@@ -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 \
diff --git a/tests/docker/dockerfiles/fedora-win64-cross.docker
b/tests/docker/dockerfiles/fedora-win64-cross.docker
index b71624330f..3642766479 100644
--- a/tests/docker/dockerfiles/fedora-win64-cross.docker
+++ b/tests/docker/dockerfiles/fedora-win64-cross.docker
@@ -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 \
--
2.34.1
- [PULL 00/54] testing, gdbstub, plugin and gitdm updates, Alex Bennée, 2022/10/04
- [PULL 02/54] scripts/ci/setup: Fix libxen requirements, Alex Bennée, 2022/10/04
- [PULL 08/54] target/hexagon: manually add flex/bison/glib2 to remaining containers,
Alex Bennée <=
- [PULL 12/54] configure: do not invoke as/ld directly for pc-bios/optionrom, Alex Bennée, 2022/10/04
- [PULL 06/54] target/hexagon: add flex/bison/glib2 to qemu.yml, Alex Bennée, 2022/10/04
- [PULL 04/54] tests/docker: run script use realpath instead of readlink, Alex Bennée, 2022/10/04
- [PULL 01/54] scripts/ci/setup: ninja missing from build-environment, Alex Bennée, 2022/10/04
- [PULL 07/54] target/hexagon: regenerate docker/cirrus files, Alex Bennée, 2022/10/04
- [PULL 05/54] configure: move detected gdb to TCG's config-host.mak, Alex Bennée, 2022/10/04
- [PULL 03/54] scripts/ci/setup: spice-server only on x86 aarch64, Alex Bennée, 2022/10/04
- [PULL 10/54] tests/docker: move alpine from edge to tagged release, Alex Bennée, 2022/10/04
- [PULL 09/54] tests/docker: update fedora-win[32|64]-cross with lcitool, Alex Bennée, 2022/10/04
- [PULL 13/54] pc-bios/optionrom: detect CC options just once, Alex Bennée, 2022/10/04