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

SBOM: various fixes. #17336

Merged
merged 1 commit into from
May 20, 2024
Merged

SBOM: various fixes. #17336

merged 1 commit into from
May 20, 2024

Conversation

MikeMcQuaid
Copy link
Member

  • be a bit stricter with SBOM handling with the test default formula flow in CI by making it raise errors if SBOM's aren't generated and validated as expected
  • fix handling of HEAD installations of formulae so SBOM generation is both correct and doesn't raise errors
  • make Formula#bottle_hash more accepting of edge cases e.g. HEAD-only formulae without a stable spec

Fixes #17333

- be a bit stricter with SBOM handling with the test default formula
  flow in CI by making it raise errors if SBOM's aren't generated and
  validated as expected
- fix handling of HEAD installations of formulae so SBOM generation is
  both correct and doesn't raise errors
- make `Formula#bottle_hash` more accepting of edge cases e.g. HEAD-only
  formulae without a stable spec

Fixes #17333
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.

HEAD-only formulae can no longer be installed
3 participants