jammy-amd64-tf-a-build: Install ArmClang 6.18 in the image
This is first version which supports UBL licensing and thus required to
leverage it.
Also, the TF-A build process kinda requires 6.18, except for some reason,
it was worked around by linking to 6.17 instead, see revision
013f633fd1804.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I5ab7029a35abf0ba741de3a94ed4d01a59ca27ec
diff --git a/jammy-amd64-tf-a-build/Dockerfile b/jammy-amd64-tf-a-build/Dockerfile
index aee9805..eee9394 100644
--- a/jammy-amd64-tf-a-build/Dockerfile
+++ b/jammy-amd64-tf-a-build/Dockerfile
@@ -66,8 +66,8 @@
COPY setup-sshd /usr/sbin/setup-sshd
# Copy armclang toolchains
-COPY DS500-BN-00026-r5p0-11rel0.tar.gz /tmp/
-COPY DS500-BN-00026-r5p0-19rel0.tar.gz /tmp/
+COPY DS500-BN-*.tar.gz /tmp/
+COPY ARMCompiler*.tar.gz /tmp/
RUN set -ex ;\
echo 'locales locales/locales_to_be_generated multiselect C.UTF-8 UTF-8, en_US.UTF-8 UTF-8 ' | debconf-set-selections ;\