test-bot workflow fails to build Rust formula with the error failed to verify the checksum of miniz_oxide v0.5.1``
#4223
Unanswered
Southpaw1496
asked this question in
Tap maintenance and Homebrew development
Replies: 1 comment 4 replies
-
|
That's an error coming from |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
I'm trying to add a formula to a custom tap that I made with
brew new-tap(it's beta software so I didn't want to put it in core). When I opened a pull request, thetest-botworkflow failed when trying to runbrew install --verbose --build-bottle southpaw1496/quilt/quilt-native-installerwith the following error:I thought it was due to a network error resulting in a corrupted file, but I ran the workflow again and it failed with the same error. I don't know what else could be causing the error or how to fix it. The formula builds correctly on my local Mac, so I think that would indicate something in the Actions pipeline is at fault.
I didn't include
brew configorbrew doctorbecause I don't think either of those apply to GitHub Actions.Repository
Pull Request
Action Run
Beta Was this translation helpful? Give feedback.
All reactions