aboutsummaryrefslogtreecommitdiff
path: root/trusty-arm64-tcwg-base
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-04-30 17:48:36 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-04-30 17:59:06 +0000
commit1cce30f33ed031b26628402ebd06737c8931d58d (patch)
tree5f167df1a68b199082d4465f38696bc3b5e19353 /trusty-arm64-tcwg-base
parent4c75c9560bcd75dac52ed3ca53b46575d6ba6781 (diff)
tcwg-base, tcwg-build: Move installation of wine to tcwg-build images
Turns out "dpkg --add-architecture i386" in amd64's tcwg-base images was necessary to install wine. Since wine with its i386 dependencies increase image size by ~600MB, install it only in tcwg-build images for the purposes of automated release testing. Hopefully, we will be able to ditch testing of mingw releases. Change-Id: I0c177409c720cb07070d769d6ed693d1bfdc31df
Diffstat (limited to 'trusty-arm64-tcwg-base')
-rw-r--r--trusty-arm64-tcwg-base/trusty-arm64-tcwg-build/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/trusty-arm64-tcwg-base/trusty-arm64-tcwg-build/Dockerfile b/trusty-arm64-tcwg-base/trusty-arm64-tcwg-build/Dockerfile
index 0f672b1b..b75535f4 100644
--- a/trusty-arm64-tcwg-base/trusty-arm64-tcwg-build/Dockerfile
+++ b/trusty-arm64-tcwg-base/trusty-arm64-tcwg-build/Dockerfile
@@ -15,4 +15,5 @@ RUN chown -R tcwg-buildslave:tcwg-infra /home/tcwg-buildslave/ \
&& chown -R tcwg-benchmark:tcwg-infra /home/tcwg-benchmark/ \
&& chmod 0700 /home/tcwg-buildslave/.ssh/ /home/tcwg-benchmark/.ssh/ \
&& chmod 0600 /home/tcwg-buildslave/.ssh/* /home/tcwg-benchmark/.ssh/*
-# checksum: 5de8c4d4fdc7b8b350210c347928cfee
+
+# checksum: 599fae0a5672c9f658bf2b0af0ab31e3