This repository was archived by the owner on Aug 2, 2022. It is now read-only.
Add script support for CentOS 8 (redo of #9361) #9475
Merged
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.
Change Description
Start 9475 description ......
In script eos/scripts/eosio_build.sh, line 122, set -i pop error on centos7 and conetos8, so, add OS judge and not use set -i on CentOS, tested can be built without "set -i";
In script eos/scripts/eosio_build_centos.sh, it regard centos version as 7 without judge, and install package which only can be used on centos 7. I add judge and install package which can be used on centos8. centos 7 will still install the original packages.
For .cicd, dockerfile were added both pinned and unpinned. and then the build script to run the pipeline for Centos8.
End 9475 description ......
Change Type
Select ONE
Consensus Changes
API Changes
Documentation Additions