[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 33/34] docker: include bison in debian-tricore-cross
|
From: |
Alex Bennée |
|
Subject: |
[PATCH v1 33/34] docker: include bison in debian-tricore-cross |
|
Date: |
Wed, 5 Jan 2022 13:50:08 +0000 |
From: Paolo Bonzini <pbonzini@redhat.com>
Binutils sometimes fail to build if bison is not installed:
/bin/sh ./ylwrap `test -f arparse.y || echo ./`arparse.y y.tab.c arparse.c
y.tab.h arparse.h y.output arparse.output -- -d
./ylwrap: 109: ./ylwrap: -d: not found
(the correct invocation of ylwrap would have "bison -d" after the double
dash). Work around by installing it in the container.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/596
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211221111624.352804-1-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/docker/dockerfiles/debian-tricore-cross.docker | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker
b/tests/docker/dockerfiles/debian-tricore-cross.docker
index d8df2c6117..3f6b55562c 100644
--- a/tests/docker/dockerfiles/debian-tricore-cross.docker
+++ b/tests/docker/dockerfiles/debian-tricore-cross.docker
@@ -16,6 +16,7 @@ MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
RUN apt update && \
DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy \
+ bison \
bzip2 \
ca-certificates \
ccache \
--
2.30.2
- [PATCH v1 05/34] ci: explicitly skip I/O tests on alpine, (continued)
- [PATCH v1 05/34] ci: explicitly skip I/O tests on alpine, Alex Bennée, 2022/01/05
- [PATCH v1 09/34] tests/docker: auto-generate fedora.docker with lcitool, Alex Bennée, 2022/01/05
- [PATCH v1 11/34] tests/docker: auto-generate ubuntu2004.docker with lcitool, Alex Bennée, 2022/01/05
- [PATCH v1 27/34] tests/avocado: add :avocado: tags for some tests, Alex Bennée, 2022/01/05
- [PATCH v1 12/34] tests/docker: auto-generate opensuse-leap.docker with lcitool, Alex Bennée, 2022/01/05
- [PATCH v1 28/34] tests/tcg/multiarch: Read fp flags before printf, Alex Bennée, 2022/01/05
- [PATCH v1 33/34] docker: include bison in debian-tricore-cross,
Alex Bennée <=
- [PATCH v1 31/34] docs/sphinx: fix compatibility with sphinx < 1.8, Alex Bennée, 2022/01/05
- [PATCH v1 23/34] docs/devel: update C standard to C11, Alex Bennée, 2022/01/05
- [PATCH v1 14/34] .gitlab-ci.d/cirrus: auto-generate variables with lcitool, Alex Bennée, 2022/01/05
- [PATCH v1 24/34] docs/devel: more documentation on the use of suffixes, Alex Bennée, 2022/01/05
- [PATCH v1 29/34] test/tcg/ppc64le: Add float reference files, Alex Bennée, 2022/01/05
- [PATCH v1 30/34] FreeBSD: Upgrade to 12.3 release, Alex Bennée, 2022/01/05
- [PATCH v1 34/34] linux-user: Remove the deprecated ppc64abi32 target, Alex Bennée, 2022/01/05
- [PATCH v1 10/34] tests/docker: auto-generate ubuntu1804.docker with lcitool, Alex Bennée, 2022/01/05
- [PATCH v1 32/34] gitlab-ci: Enable docs in the centos job, Alex Bennée, 2022/01/05
- [PATCH v1 21/34] hw/arm: add control knob to disable kaslr_seed via DTB, Alex Bennée, 2022/01/05