commit | df28217a957f868ca487d14ef150007f83d4d081 | [log] [tgz] |
---|---|---|
author | Arthur She <arthur.she@linaro.org> | Thu Aug 15 15:33:04 2024 +0800 |
committer | Arthur She <arthur.she@linaro.org> | Thu Aug 15 15:33:04 2024 +0800 |
tree | bc63af35c1bf6f72c73d4c6ada7117aa9f06d974 | |
parent | 74d569df9acc24c1422673b6130b535f1392e52e [diff] |
iar-docker-images: install correct IAR binary Change-Id: I35e63e805f4d000da8cee765e351d2f6213fceaa Signed-off-by: Arthur She <arthur.she@linaro.org>
diff --git a/jammy-amd64-tf-m-iar-build/Dockerfile b/jammy-amd64-tf-m-iar-build/Dockerfile index e723799..ca3d9d2 100644 --- a/jammy-amd64-tf-m-iar-build/Dockerfile +++ b/jammy-amd64-tf-m-iar-build/Dockerfile
@@ -81,6 +81,7 @@ ARG IAR_LIC_NR=12345678 ARG IAR_LIC_EMAIL=donttellyou@noemail.com ARG IAR_PACKAGE=bxarm-9.40.2.deb +ENV IAR_PACKAGE=${IAR_PACKAGE} COPY ${IAR_PACKAGE} /tmp/ COPY requirements_*.txt /opt/
diff --git a/jammy-amd64-tf-m-iar-build/tf-dependencies.install b/jammy-amd64-tf-m-iar-build/tf-dependencies.install index 7d06440..9b924a8 100755 --- a/jammy-amd64-tf-m-iar-build/tf-dependencies.install +++ b/jammy-amd64-tf-m-iar-build/tf-dependencies.install
@@ -51,4 +51,4 @@ /tmp/armclang-6.21/install_x86_64.sh --no-interactive --i-agree-to-the-contained-eula -d ${ARMCLANG_6_21_DIR} # Install IAR compiler -dpkg -i /tmp/bxarm-9.40.2.deb +dpkg -i ${IAR_PACKAGE}