Sean Molenaar
Sean Molenaar
Yeah, part of 2 is already part of https://github.com/Homebrew/brew/pull/20334. So you can copy from there.
I'm guessing "portable" means "statically link everyting"? Because we don't link anything statically: https://docs.brew.sh/Acceptable-Formulae#shared-vs-static-libraries
> The portable Linux builds find the versions of ICU and OpenSSL libraries that are available and loads them dynamically. It allows the same .NET runtime binary to run against...
The bot is right, without activity here the issue is stale. I'd recommend helping out on the open PRs instead. - https://github.com/Homebrew/homebrew-core/pull/250206 - https://github.com/Homebrew/homebrew-core/pull/254079
Because of the failure to resolve the dependencies through, someone will have to manually update the formula and make sure it selects the right downloads.
You can make your own tap and maintain a package there.
> Alternatively we can downgrade biber to the latest version that works with texlive. In that case we avoid updating it until texlive is updated. At the very least we...
> Adding a test to the current biber formula won’t work, because biber 2.20 is incompatible with what’s installed with the texlive formula (so the test is sure to fail)....
You can add a `tap_migrations.json`, it marks a formula as migrated.
> Attach socket /tmp/.java_pidNNN has been deleted. You can't just write anywhere in the tests, brew usage, especially for tests, is heavily sandboxed. It might be best to set the...