tests/docker: drop --disable-[tools|system] from all-test-cross
We use this container to build system images in CI which do not honour QEMU_CONFIGURE_OPTS. Drop the --disables from the container so developers don not need to jump through hoops trying to replicate that on their workstations. Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20251204194902.1340008-8-alex.bennee@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
2addcefd69
commit
0b50ff0c0a
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ DEBIAN_FRONTEND=noninteractive eatmydata \
|
|||
apt install -y --no-install-recommends \
|
||||
${AVAILABLE_COMPILERS} && \
|
||||
dpkg-query --showformat '${Package}_${Version}_${Architecture}' --show > /packages.txt
|
||||
ENV QEMU_CONFIGURE_OPTS --disable-system --disable-docs --disable-tools
|
||||
ENV QEMU_CONFIGURE_OPTS --disable-docs
|
||||
ENV DEF_TARGET_LIST aarch64-linux-user,arm-linux-user,hppa-linux-user,i386-linux-user,m68k-linux-user,mips-linux-user,mips64-linux-user,mips64el-linux-user,mipsel-linux-user,ppc-linux-user,ppc64-linux-user,ppc64le-linux-user,riscv64-linux-user,s390x-linux-user,sparc64-linux-user
|
||||
# As a final step configure the user (if env is defined)
|
||||
ARG USER
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ debian_all_test_cross_compilers = [
|
|||
"apt install -y --no-install-recommends \\\n",
|
||||
"${AVAILABLE_COMPILERS} && \\\n",
|
||||
"dpkg-query --showformat '${Package}_${Version}_${Architecture}' --show > /packages.txt\n",
|
||||
"ENV QEMU_CONFIGURE_OPTS --disable-system --disable-docs --disable-tools\n",
|
||||
"ENV QEMU_CONFIGURE_OPTS --disable-docs\n",
|
||||
"ENV DEF_TARGET_LIST aarch64-linux-user,arm-linux-user,hppa-linux-user,i386-linux-user,m68k-linux-user,mips-linux-user,mips64-linux-user,mips64el-linux-user,mipsel-linux-user,ppc-linux-user,ppc64-linux-user,ppc64le-linux-user,riscv64-linux-user,s390x-linux-user,sparc64-linux-user\n",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue