Skip to content

Commit

Permalink
Merge pull request #108 from yuhaoth/pr/add-faketime
Browse files Browse the repository at this point in the history
Add faketime package
  • Loading branch information
bensze01 authored Jun 27, 2023
2 parents 4493992 + 6d32bea commit 5235f0b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions resources/docker_files/ubuntu-16.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ RUN apt-get update -q && apt-get install -yq \
cmake \
# to build Mbed TLS's documentation
doxygen \
# to run tests in specific time.
faketime \
# to cross-build Mbed TLS
gcc-mingw-w64-i686 \
# to check out Mbed TLS and others
Expand Down
2 changes: 2 additions & 0 deletions resources/docker_files/ubuntu-18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ RUN apt-get update -q && apt-get install -yq \
cmake \
# to build Mbed TLS's documentation
doxygen \
# to run tests in specific time.
faketime \
# to cross-build Mbed TLS
gcc-mingw-w64-i686 \
# to check out Mbed TLS and others
Expand Down
4 changes: 3 additions & 1 deletion resources/docker_files/ubuntu-20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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 ubuntu20.04 do not fail as expected.
# in ubuntu20.04 do not fail as expected.
# https://github.com/ARMmbed/mbedtls/issues/5332
# Do not activae 20.04 until that is resolved
# to use with abi-compliance-tester
Expand All @@ -55,6 +55,8 @@ RUN apt-get update -q && apt-get install -yq \
cmake \
# to build Mbed TLS's documentation
doxygen \
# to run tests in specific time.
faketime \
# to cross-build Mbed TLS
gcc-mingw-w64-i686 \
# to check out Mbed TLS and others
Expand Down
2 changes: 2 additions & 0 deletions resources/docker_files/ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ RUN apt-get update -q && apt-get install -yq \
cmake \
# to build Mbed TLS's documentation
doxygen \
# to run tests in specific time.
faketime \
# to cross-build Mbed TLS
gcc-mingw-w64-i686 \
# to check out Mbed TLS and others
Expand Down

0 comments on commit 5235f0b

Please sign in to comment.