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

wip: add workflow to verify artifacts #8056

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

joshuafernandes
Copy link
Contributor

@joshuafernandes joshuafernandes commented Dec 19, 2024

PR description

Add workflow step to verify artifacts are published and can be downloaded

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

@joshuafernandes joshuafernandes force-pushed the verify-artifacts branch 4 times, most recently from 519da4f to e334153 Compare December 19, 2024 10:33
Signed-off-by: Joshua Fernandes <[email protected]>
"https://hyperledger.jfrog.io/hyperledger/besu-maven/org/hyperledger/besu/evm/VERSION/evm-VERSION-sources.jar",
"https://hyperledger.jfrog.io/hyperledger/besu-maven/org/hyperledger/besu/internal/enclave/VERSION/enclave-VERSION.module",
"https://hyperledger.jfrog.io/hyperledger/besu-maven/org/hyperledger/besu/internal/nat/VERSION/nat-VERSION.jar",
"https://hyperledger.jfrog.io/hyperledger/besu-maven/org/hyperledger/besu/internal/enclave/VERSION/enclave-VERSION.pom",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a very long list! are there any issues with having so many?

Also some of these are on the deprecated list so within 6 months we will remove - enclave, privacy

prob don't need sources.jar verified for all?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aye, that makes sense - no issues per say will take an extra couple of secs per artifact to check.

Do we have a core list of artifacts I can check against?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants