Max Howell
Max Howell
You can set `PKGX_DIR` to change the location. We are concurrency safe via rust’s `flock` APIs, so I doubt this works across separate machines. We are open to improving this....
Separate distributable location so we either have to do like we did with yarn or adapt what is possible with brewkit. Ideally I think we adapt brewkit to handle this...
## refs * https://github.com/Homebrew/homebrew-core/blob/master/Formula/openjdk.rb * https://devqa.io/brew-install-java/ ### notes We don't support casks (people will be welcome to create a pantry to do that, but the base tea will not). But...
There's a reason other PMs don't “build all the versions”, certainly going into this I knew it would be a challenge. This may be one of the first to make...
@tnxz nice. As long as sdkman can give us something we can “bottle” then it's good for our current system. Failing that we can package `sdkman` and recommend that (for...
I started openJDK #1337
it depends, is it possible to pkg java properly? We would need a license that allows redistribution and it would need to be pkg'd in a way that can be...
Yeah would be dope. We'll need a glibc and some other libs I think. Could probs bundle them in a “base” pkg.
Like, swift 6 seems to fail `#if swift(>=6.0)`, I tested it locally…
getting close now thanks to @ArionThinker.