Failing ubuntu CI during brew test #1129
Unanswered
Nabeelperson
asked this question in
Tap maintenance and brew development
Replies: 1 comment 2 replies
-
Try running it in the Homebrew docker image: https://github.com/orgs/Homebrew/packages/container/package/brew |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I recently have built a tap for my organization and hosted our first formula successfully. Yesterday I tried to update the formula for a new release of our cli but the ubuntu CI keeps failing when running the test block. I have tested the update locally (OSX Catalina, Intel) and everything works fine. Currently the PR has an if-statement for linux machines but after trying the formula on an ubuntu docker image it doesn't seem to make a difference for the test case even though brew installs the formula properly.
PR of version update: bastionzero/homebrew-tap#1
Example of failing ubuntu CI
https://github.com/bastionzero/homebrew-tap/runs/2193973288 (excerpt below)
Click to expand!
Beta Was this translation helpful? Give feedback.
All reactions