Build in Actions failing due to missing bzip2 includes #3672
Unanswered
alexm98
asked this question in
Writing Formulae/Casks
Replies: 2 comments
-
lbzip will be in the lbzip directory, bzip from in another directory and bzip from macOS in the command line tools directory. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe, but you're telling "--with-bzlib-includes=#{Formula["bzip2"].opt_include}", |
Beta Was this translation helpful? Give feedback.
0 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.
-
My formula fails when building in GitHub actions due to
bzlib
not being present during configure:The dependencies I added regarding to this are:
There must be something that I'm missing. Shouldn't
depends_on "lbzip2"
be sufficient for this not to happen?Here is the URL to the actions
Beta Was this translation helpful? Give feedback.
All reactions