Enabling RUN_ALL testing target to run on Ubuntu 20.04 image#32
Closed
minosgalanakis wants to merge 9 commits intomainfrom
Closed
Enabling RUN_ALL testing target to run on Ubuntu 20.04 image#32minosgalanakis wants to merge 9 commits intomainfrom
minosgalanakis wants to merge 9 commits intomainfrom
Conversation
This patch updates docker's run.sh with the aforementioned parameter which disables the ASLR for zeroize test. The readme.md file has been updated accordingly
This patch updates the ubuntu-16.04 & ubuntu-18.04 Dockerfiles to use the up-to-date license license information, and removes the workaround in gen_jobs.groovy script.
This patch installs the official distribution selected packages for `abi-dumper` -> (version>=1.1-1) and `abi-compliance-checker` -> (version>=2.3-0.2)
This patch updates GnuTLS 3.7 configure command to use the distribution’s `libtasn1` -> (version>=4.13). Comments have been amended accordingly
This patch updates the test generation logic, to enable testing on ubuntu-20.04, in addition to already existing platforms ubuntu-16.04/18.04 The order is adjusted so tests marked as not supported by 20.04 will be tested in previous plaforms
Contributor
Author
|
Not required as of #230 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request enables the ask for #8 .
This PR depends on the prerequisite update on docker files #10 and #3497 as well as the investigating the tests failing during the test of PR32
Moving forward the following items need to be addressed