homebrew-xorg
homebrew-xorg copied to clipboard
libglvnd 1.6.0
Created with brew bump-formula-pr
.
`brew linkage --test maxim-belkin/xorg/libglvnd` failed on Linux!
Unwanted system libraries:
/lib/x86_64-linux-gnu/libGLX.so.0
/lib/x86_64-linux-gnu/libGLdispatch.so.0
@sjackman, any advice here? These libs are, in fact, in the bottle.
@jonchang, any advice on the linkage test issue above (https://github.com/maxim-belkin/homebrew-xorg/pull/748#issuecomment-1372794619)?
It looks like they're linking against the system libraries, though. Since it seems like you need system X installed in order to test the bottles, I wonder if it makes sense to split up the brew test-bot
invocations to only build on a container without system X, then only test on a container with system X. I think this should be possible but it will involved some wrangling.
Alternatively for formulae which need X installed to run their tests you could have a test-only dependency on a formula which has a null X device?