Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete CI Scripts #9666

Open
wants to merge 5 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions scripts/config.pl

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/windows_msbuild.bat

This file was deleted.

158 changes: 0 additions & 158 deletions tests/docker/bionic/Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions tests/scripts/all-in-docker.sh

This file was deleted.

36 changes: 0 additions & 36 deletions tests/scripts/basic-in-docker.sh

This file was deleted.

6 changes: 3 additions & 3 deletions tests/scripts/components-configuration-x509.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

component_test_no_x509_info () {
msg "build: full + MBEDTLS_X509_REMOVE_INFO" # ~ 10s
scripts/config.pl full
scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests
scripts/config.pl set MBEDTLS_X509_REMOVE_INFO
scripts/config.py full
scripts/config.py unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests
scripts/config.py set MBEDTLS_X509_REMOVE_INFO
make CFLAGS='-Werror -O2'

msg "test: full + MBEDTLS_X509_REMOVE_INFO" # ~ 10s
Expand Down
90 changes: 0 additions & 90 deletions tests/scripts/docker_env.sh

This file was deleted.

Loading