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

move dependency check to profile #4232

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

vladak
Copy link
Member

@vladak vladak commented Mar 21, 2023

The dependency check negatively contributes to build stability. In particular, the macOS builds almost always fail the dependency check due to networking error for some reason. Lately, the check fails on all the other builds, usually with HTTP 503 error, possibly when downloading the CVE data. This change moves the check to a Maven profile so that it is not executed by default. The goal is to execute the profile from a periodic Github action, so that it does not impact common builds.

@vladak vladak added the build label Mar 21, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 21, 2023
@vladak vladak merged commit 64115a3 into oracle:master Mar 21, 2023
@vladak vladak deleted the dependency_check_profile branch March 21, 2023 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant