-
Notifications
You must be signed in to change notification settings - Fork 9.1k
[Do not commit] Modularize docker images - debug #3077
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
[Do not commit] Modularize docker images - debug #3077
Conversation
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
* Added the necessary permissions to the files in pkg-resolver.
* Formatted the file and renamed it.
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
* Added necessary warning suppressions. * Fixed warnings reported by pylint.
* Added a trailing / for continuation of the command.
* Added a quote as per the reported warning in CI run to prevent the splitting of word.
* Quoting $(...) causes the command execution to fail. Thus, ignoring the warning instead.
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
* Using pkg-resolver for resolving the dependencies on Ubuntu Focal arch64, Centos 7 and Centos 8.
* The centos-release-scl package must be installed as a prerequisite before installing devtoolset-9 for gcc.
* Intel ISA-L library has dependencies on yasm, shasum which needs to be installed prior to installing it.
* Moved the build and installation of separate packages into individual scripts.
* Forgot to negate the platform check which caused a bug.
* shasum must be installed through other deps.
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
* Moved the packages' installation to separate scripts.
* Replaced explicit installation of packages with script invocations.
* Replaced explicit installations of packages with script invocations.
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
* Added a readme file for describing the package management module.
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
* RAT check fails on JSON files since ASF license header can't be added, since there's no comment in JSON file. Thus, we're excluding JSON files from RAT checks.
(!) A patch to the testing environment has been detected. |
Debugging why the CI gets stuck.