From de95540925ab0e6f10220120aa4648ec512916c2 Mon Sep 17 00:00:00 2001 From: Yanray Wang Date: Mon, 6 Mar 2023 17:32:18 +0800 Subject: [PATCH] Add comment to abi tools in ubuntu-22.04 Dockerfile abi-check does not work in ubuntu-22.04. The comment and issue link are added in the comment of its Dockerfile. Signed-off-by: Yanray Wang --- resources/docker_files/ubuntu-22.04/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/docker_files/ubuntu-22.04/Dockerfile b/resources/docker_files/ubuntu-22.04/Dockerfile index 361f4e95b..15c0895d1 100644 --- a/resources/docker_files/ubuntu-22.04/Dockerfile +++ b/resources/docker_files/ubuntu-22.04/Dockerfile @@ -41,6 +41,11 @@ RUN dpkg --add-architecture i386 RUN apt-get update -q && apt-get install -yq \ # for Mbed TLS tests abi-compliance-checker \ + # Note that there is a known issue #5332 that stock abi tools + # in ubuntu22.04 do not fail as expected. + # https://github.com/ARMmbed/mbedtls/issues/5332 + # Do not activae 22.04 until that is resolved + # to use with abi-compliance-tester abi-dumper \ # to build Mbed TLS: gcc, binutils, make, etc. build-essential \