Skip to content

Commit

Permalink
Add comment to abi tools in ubuntu-22.04 Dockerfile
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Yanray Wang committed Mar 6, 2023
1 parent 433bd6a commit de95540
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/docker_files/ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit de95540

Please sign in to comment.